tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
smallest_size< N > Struct Template Reference

Smallest unsigned integer type that can represent values in the range [0, N]. More...

#include <smallest_size_t.hpp>

Public Types

using type = decltype(detail::determine_smallest_size_t< N >())
 

Detailed Description

template<unsigned long long N>
struct etl::smallest_size< N >

Smallest unsigned integer type that can represent values in the range [0, N].

Member Typedef Documentation

◆ type

template<unsigned long long N>
using type = decltype(detail::determine_smallest_size_t<N>())

The documentation for this struct was generated from the following file: