|
STLdoc
STLdocumentation
|
Namespaces | |
| tr1 | |
Macros | |
| #define | _XREFWRAP_ |
| #define | _RESULT_OF_PMF(CALL_OPT, CONST_OPT, CV_OPT) |
| #define | _RESULT_OF(CALL_OPT, X1) |
| #define | _REFWRAP_IMPL_FUN(CALL_OPT, X1) |
| #define | _REFWRAP_IMPL_PF(CALL_OPT, CONST_OPT) |
| #define | _REFWRAP_IMPL_PMF(CALL_OPT, CONST_OPT, CV_OPT) |
Functions | |
| template<class _Ty > | |
| struct _Has_result_and_arg_type | _HAS_TYPES (argument_type, result_type, result_type) |
| template<class _Ty > | |
| struct _Has_result_and_2arg_type | _HAS_TYPES (first_argument_type, second_argument_type, result_type) |
| template<class _Ty > | |
| reference_wrapper< _Ty > | ref (_Ty &_Val) _NOEXCEPT |
| template<class _Ty > | |
| void | ref (const _Ty &&)=delete |
| template<class _Ty > | |
| reference_wrapper< _Ty > | ref (reference_wrapper< _Ty > _Val) _NOEXCEPT |
| template<class _Ty > | |
| reference_wrapper< const _Ty > | cref (const _Ty &_Val) _NOEXCEPT |
| template<class _Ty > | |
| void | cref (const _Ty &&)=delete |
| template<class _Ty > | |
| reference_wrapper< const _Ty > | cref (reference_wrapper< _Ty > _Val) _NOEXCEPT |
| #define _REFWRAP_IMPL_FUN | ( | CALL_OPT, | |
| X1 | |||
| ) |
| #define _REFWRAP_IMPL_PF | ( | CALL_OPT, | |
| CONST_OPT | |||
| ) |
| #define _REFWRAP_IMPL_PMF | ( | CALL_OPT, | |
| CONST_OPT, | |||
| CV_OPT | |||
| ) |
| #define _RESULT_OF | ( | CALL_OPT, | |
| X1 | |||
| ) |
| #define _RESULT_OF_PMF | ( | CALL_OPT, | |
| CONST_OPT, | |||
| CV_OPT | |||
| ) |
| #define _XREFWRAP_ |
| struct _Has_result_and_arg_type _HAS_TYPES | ( | argument_type | , |
| result_type | , | ||
| result_type | |||
| ) |
| struct _Has_result_and_2arg_type _HAS_TYPES | ( | first_argument_type | , |
| second_argument_type | , | ||
| result_type | |||
| ) |
| reference_wrapper<const _Ty> cref | ( | const _Ty & | _Val | ) |
|
delete |
| reference_wrapper<const _Ty> cref | ( | reference_wrapper< _Ty > | _Val | ) |
| reference_wrapper<_Ty> ref | ( | _Ty & | _Val | ) |
|
delete |
| reference_wrapper<_Ty> ref | ( | reference_wrapper< _Ty > | _Val | ) |
1.8.8