Template Struct is_fixed_length

Struct Documentation

template<class T>
struct is_fixed_length

in some platforms, int,unsigned int are not any of int8_t…int64_t and long,unsigned long are not any of uint8_t…uint64_t

Public Types

enum [anonymous]

Values:

enumerator value_i

true if T is one of the fixed length signed types

enumerator value_u

true if T is one of the fixed length unsigned types

enumerator value

true if T is one of the fixed length signed or unsigned types