Classes | |
struct | enable_if |
internal - used to decide if a class is arithmetic More... | |
struct | enable_if< true, T > |
internal - use if class T is arithmetic More... | |
struct | disable_if |
internal - used by SimpleVector to decide if a class is arithmetic More... | |
struct | disable_if< false, T > |
internal - used by SimpleVector to decide if a class is arithmetic More... | |
struct | is_arithmetic |
undefined and therefore non-arithmetic More... | |
struct | is_arithmetic< char > |
character is arithmetic More... | |
struct | is_arithmetic< unsigned char > |
unsigned character is arithmetic More... | |
struct | is_arithmetic< signed char > |
signed character is arithmetic More... | |
struct | is_arithmetic< short > |
short is arithmetic More... | |
struct | is_arithmetic< unsigned short > |
unsigned short is arithmetic More... | |
struct | is_arithmetic< int > |
int is arithmetic More... | |
struct | is_arithmetic< unsigned int > |
unsigned int is arithmetic More... | |
struct | is_arithmetic< long > |
long is arithmetic More... | |
struct | is_arithmetic< unsigned long > |
unsigned long is arithmetic More... | |
struct | is_arithmetic< float > |
float is arithmetic More... | |
struct | is_arithmetic< double > |
double is arithmetic More... | |
struct | is_arithmetic< long double > |
long double is arithmetic More... |