STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Types | Public Member Functions | List of all members
cliext::negate< _Arg_t > Class Template Reference
Inheritance diagram for cliext::negate< _Arg_t >:
cliext::_Unary_fun< ref_negate< _Arg_t > >

Public Types

typedef negate _Mytype_t
 
- Public Types inherited from cliext::_Unary_fun< ref_negate< _Arg_t > >
typedef ref_negate< _Arg_t > ref_type
 
typedef ref_type::argument_type argument_type
 
typedef ref_type::result_type result_type
 
typedef _STLCLR UnaryDelegate< argument_type, result_typedelegate_type
 

Public Member Functions

 negate ()
 
 negate (negate%)
 
- Public Member Functions inherited from cliext::_Unary_fun< ref_negate< _Arg_t > >
result_type operator() (argument_type _Left)
 
 operator delegate_type^ ()
 

Member Typedef Documentation

template<typename _Arg_t >
typedef negate cliext::negate< _Arg_t >::_Mytype_t

Constructor & Destructor Documentation

template<typename _Arg_t >
cliext::negate< _Arg_t >::negate ( )
inline
426  { // default constructor
427  }
template<typename _Arg_t >
cliext::negate< _Arg_t >::negate ( negate< _Arg_t >%  )
inline
430  { // copy constructor
431  }

The documentation for this class was generated from the following file: