Scippy

SoPlex

Sequential object-oriented simPlex

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]

static bool fits_in_int ( value)
static

Definition at line 22 of file printf.h.

Referenced by printf_precision_handler::operator()().

◆ fits_in_int() [2/2]

static bool fits_in_int ( bool  )
static

Definition at line 26 of file printf.h.