Livox SDK API  V2.2.0
fmt::v5::internal::int_checker< IsSigned > Struct Template Reference

#include <printf.h>

Static Public Member Functions

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

Detailed Description

template<bool IsSigned>
struct fmt::v5::internal::int_checker< IsSigned >

Definition at line 146 of file printf.h.

Member Function Documentation

template<bool IsSigned>
template<typename T >
static bool fmt::v5::internal::int_checker< IsSigned >::fits_in_int ( value)
inlinestatic

Definition at line 148 of file printf.h.

template<bool IsSigned>
static bool fmt::v5::internal::int_checker< IsSigned >::fits_in_int ( bool  )
inlinestatic

Definition at line 152 of file printf.h.


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