Meta-function returning a type that can be used to accumulate many values of T. More...
#include <distance.h>
Public Types | |
typedef T | type |
Meta-function returning a type that can be used to accumulate many values of T.
By default, the accumulator type is the same as T
. Specializations for the basic types are:
uint8_t
-> uint32_t
uint16_t
-> uint32_t
int8_t
-> int32_t
int16_t
-> int32_t
float
-> double
Definition at line 22 of file distance.h.
typedef T vt::distance::Accumulator< T >::type |
Definition at line 24 of file distance.h.