template <bool IsSigned>

struct int_checker

Defined at line 77 of file ../../third_party/fmtlib/src/include/fmt/printf.h

Checks if a value fits in int - used to avoid warnings about comparing

signed and unsigned integers.

Public Methods

template <typename T>
bool fits_in_int (T value)

Defined at line 78 of file ../../third_party/fmtlib/src/include/fmt/printf.h

bool fits_in_int (bool )

Defined at line 82 of file ../../third_party/fmtlib/src/include/fmt/printf.h