Template Struct sum_input_t
Defined in File AgentLoggingConfig_SumReturn.h
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