Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

smallest_uint_for_value< VALUE > Struct Template Reference

smallest_uint_for_value< VALUE > Struct Template Reference
[smallest]

Template to determine the smallest unsigned int type that can contain the specified unsigned value. More...

#include <smallest.h>


Detailed Description

template<const uintmax_t VALUE>
struct etl::smallest_uint_for_value< VALUE >

Template to determine the smallest unsigned int type that can contain the specified unsigned value.

Defines 'type' which is the type of the smallest unsigned integer.

Definition at line 305 of file smallest.h.