STLdoc
STLdocumentation
|
Public Types | |
typedef unary_negate | _Mytype_t |
typedef _Fun_t | stored_function_type |
typedef stored_function_type::argument_type | argument_type |
typedef bool | result_type |
typedef ref_unary_negate< argument_type, typename stored_function_type::result_type > | ref_type |
typedef _STLCLR UnaryDelegate< argument_type, result_type > | delegate_type |
Public Member Functions | |
unary_negate (stored_function_type%_Func) | |
unary_negate (unary_negate%) | |
result_type | operator() (argument_type _Left) |
operator delegate_type^ () | |
Public Attributes | |
_STLCLR_FIELD_ACCESS | __pad0__: stored_function_type op |
typedef unary_negate cliext::unary_negate< _Fun_t >::_Mytype_t |
typedef stored_function_type::argument_type cliext::unary_negate< _Fun_t >::argument_type |
typedef _STLCLR UnaryDelegate<argument_type, result_type> cliext::unary_negate< _Fun_t >::delegate_type |
typedef ref_unary_negate<argument_type, typename stored_function_type::result_type> cliext::unary_negate< _Fun_t >::ref_type |
typedef bool cliext::unary_negate< _Fun_t >::result_type |
typedef _Fun_t cliext::unary_negate< _Fun_t >::stored_function_type |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
_STLCLR_FIELD_ACCESS cliext::unary_negate< _Fun_t >::__pad0__ |