Template Struct sum_input_t

Struct Documentation

template<typename T>
struct sum_input_t

Template for converting a type to the most suitable type of the same format with greatest range Useful when summing unknown values e.g. sum_input_t<float>::result_t == double e.g. sum_input_t<uint8_t>::result_t == uint64_t

See also

sum_input_t

Public Types

typedef T result_t