Skip to content

iox::cxx::internal::BestFittingTypeImpl🔗

struct to find the best fitting unsigned integer type More...

#include <helplets.hpp>

Public Types🔗

Name
using uint64_t Type_t

Detailed Description🔗

template <bool GreaterUint8,
bool GreaterUint16,
bool GreaterUint32>
struct iox::cxx::internal::BestFittingTypeImpl;

struct to find the best fitting unsigned integer type

Public Types Documentation🔗

using Type_t🔗

using iox::cxx::internal::BestFittingTypeImpl< GreaterUint8, GreaterUint16, GreaterUint32 >::Type_t =  uint64_t;

Updated on 26 April 2021 at 15:31:01 CEST