|
STLdoc
STLdocumentation
|
#include <cstdlib>Macros | |
| #define | _XTR1COMMON_ |
| #define | _GET_TYPE_OR_DEFAULT(TYPE, DEFAULT) |
Typedefs | |
| typedef integral_constant< bool, true > | true_type |
| typedef integral_constant< bool, false > | false_type |
| template<bool _Val> | |
| using | bool_constant = integral_constant< bool, _Val > |
| #define _GET_TYPE_OR_DEFAULT | ( | TYPE, | |
| DEFAULT | |||
| ) |
| #define _XTR1COMMON_ |
| using bool_constant = integral_constant<bool, _Val> |
| typedef integral_constant<bool, false> false_type |
| typedef integral_constant<bool, true> true_type |
1.8.8