WPILibC++ 2024.3.2
detail::int_checker< IsSigned > Struct Template Reference

#include </home/runner/work/allwpilib/allwpilib/wpiutil/src/main/native/thirdparty/fmtlib/include/fmt/printf.h>

Static Public Member Functions

template<typename T >
static auto fits_in_int (T value) -> bool
 
static auto fits_in_int (bool) -> bool
 

Member Function Documentation

◆ fits_in_int() [1/2]

template<bool IsSigned>
static auto detail::int_checker< IsSigned >::fits_in_int ( bool  ) -> bool
inlinestatic

◆ fits_in_int() [2/2]

template<bool IsSigned>
template<typename T >
static auto detail::int_checker< IsSigned >::fits_in_int ( value) -> bool
inlinestatic

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