STLdoc
STLdocumentation
|
#include <yvals.h>
Macros | |
#define | _TR1_COMMON_ |
#define | _GET_TYPE_OR_DEFAULT(TYPE, DEFAULT) |
#define | _HAS_TYPES(TYPE1, TYPE2, TYPE3) |
#define | _HAS_ONE_TYPE(TYPE) _HAS_TYPES(TYPE, TYPE, TYPE) |
Typedefs | |
typedef integral_constant< bool, true > | true_type |
typedef integral_constant< bool, false > | false_type |
Functions | |
template<class _Ty > | |
struct _Has_result_type | _HAS_ONE_TYPE (result_type) |
Variables | |
static _Nil | _Nil_obj |
#define _GET_TYPE_OR_DEFAULT | ( | TYPE, | |
DEFAULT | |||
) |
#define _HAS_ONE_TYPE | ( | TYPE | ) | _HAS_TYPES(TYPE, TYPE, TYPE) |
#define _HAS_TYPES | ( | TYPE1, | |
TYPE2, | |||
TYPE3 | |||
) |
#define _TR1_COMMON_ |
typedef integral_constant<bool, false> false_type |
typedef integral_constant<bool, true> true_type |
struct _Has_result_type _HAS_ONE_TYPE | ( | result_type | ) |
|
static |