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

Public Types

typedef logical_not _Mytype_t
 
- Public Types inherited from cliext::_Unary_fun< ref_logical_not< _Arg_t > >
typedef ref_logical_not< _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

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename _Arg_t >
cliext::logical_not< _Arg_t >::logical_not ( )
inline
407  { // default constructor
408  }
template<typename _Arg_t >
cliext::logical_not< _Arg_t >::logical_not ( logical_not< _Arg_t >%  )
inline
411  { // copy constructor
412  }

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