template <int kBits>

struct LeastWidthInteger

Defined at line 55 of file ../../third_party/github.com/google/emboss/src/runtime/cpp/emboss_cpp_types.h

LeastWidthInteger

<n

_bits>::Unsigned is the smallest uintNN_t type that can

hold n_bits or more. LeastWidthInteger

<n

_bits>::Signed is the corresponding

signed type.