SoPlex Documentation
Loading...
Searching...
No Matches
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 internal::int_checker< IsSigned >

Definition at line 21 of file printf.h.

Member Function Documentation

◆ fits_in_int() [1/2]

template<bool IsSigned>
static bool fits_in_int ( bool )
static

Definition at line 26 of file printf.h.

◆ fits_in_int() [2/2]

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

Definition at line 22 of file printf.h.