NGL  6.5
The NCCA Graphics Library
fmt::internal::IntChecker< IsSigned > Struct Template Reference

#include <printf.h>

+ Collaboration diagram for fmt::internal::IntChecker< IsSigned >:

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: