Flow123d  release_3.0.0-1070-g00ac913
Static Public Member Functions | List of all members
fmt::internal::IntChecker< 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::internal::IntChecker< IsSigned >

Definition at line 24 of file printf.h.

Member Function Documentation

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

Definition at line 26 of file printf.h.

Here is the caller graph for this function:

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

Definition at line 30 of file printf.h.


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