get the best fitting unsigned integer type for a given value at compile time
More...
#include <iceoryx_hoofs/cxx/helplets.hpp>
|
using | Type_t = typename internal::BestFittingTypeImpl<(Value > std::numeric_limits< uint8_t >::max()),(Value > std::numeric_limits< uint16_t >::max()),(Value > std::numeric_limits< uint32_t >::max())>::Type_t |
| ignore the warnings because we need the comparisons to find the best fitting type
|
|
template<uint64_t Value>
struct iox::cxx::BestFittingType< Value >
get the best fitting unsigned integer type for a given value at compile time
The documentation for this struct was generated from the following file: