foobar2000 SDK  2015-01-14
Public Types | Static Public Member Functions
pfc::int_specs_signed_t< T >

#include <int_types.h>

Public Types

enum  { is_signed = true }
 

Static Public Member Functions

static T get_max ()
 
static T get_min ()
 

Detailed Description

template<typename T>
class pfc::int_specs_signed_t< T >

Definition at line 65 of file int_types.h.

Member Enumeration Documentation

template<typename T>
anonymous enum
Enumerator
is_signed 

Definition at line 69 of file int_types.h.

Member Function Documentation

template<typename T>
static T pfc::int_specs_signed_t< T >::get_max ( )
inlinestatic

Definition at line 68 of file int_types.h.

68 {return ~((T)1<<(sizeof(T)*8-1));}
template<typename T>
static T pfc::int_specs_signed_t< T >::get_min ( )
inlinestatic

Definition at line 67 of file int_types.h.

67 {return ((T)1<<(sizeof(T)*8-1));}

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