Static Public Member Functions | List of all members
geo::vect::details::AccumulateImpl< Op, T > Struct Template Reference

#include <geo_vectors_utils.h>

Static Public Member Functions

static auto compute (Op, T &&v) -> decltype(auto)
 
static auto compute (Op, T &&v) -> decltype(auto)
 

Detailed Description

template<typename Op, typename T>
struct geo::vect::details::AccumulateImpl< Op, T >

Definition at line 63 of file geo_vectors_utils.h.

Member Function Documentation

template<typename Op , typename T >
static auto geo::vect::details::AccumulateImpl< Op, T >::compute ( Op  ,
T &&  v 
) -> decltype(auto)
inlinestatic

Definition at line 64 of file geo_vectors_utils.h.

65  { return std::forward<T>(v); }
template<typename Op , typename T >
static auto geo::vect::details::AccumulateImpl< Op, T >::compute ( Op  ,
T &&  v 
) -> decltype(auto)
inlinestatic

Definition at line 73 of file geo_vectors_utils.h.

74  { return std::forward<T>(v); }

The documentation for this struct was generated from the following file: