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

Public Types

typedef not_equal_to _Mytype_t
 
- Public Types inherited from cliext::_Binary_fun< ref_not_equal_to< _Arg_t > >
typedef ref_not_equal_to< _Arg_t > ref_type
 
typedef ref_type::first_argument_type first_argument_type
 
typedef ref_type::second_argument_type second_argument_type
 
typedef ref_type::result_type result_type
 
typedef _STLCLR BinaryDelegate< first_argument_type, second_argument_type, result_typedelegate_type
 

Public Member Functions

 not_equal_to ()
 
 not_equal_to (not_equal_to%)
 
- Public Member Functions inherited from cliext::_Binary_fun< ref_not_equal_to< _Arg_t > >
result_type operator() (first_argument_type _Left, second_argument_type _Right)
 
 operator delegate_type^ ()
 

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename _Arg_t >
cliext::not_equal_to< _Arg_t >::not_equal_to ( )
inline
559  { // default constructor
560  }
template<typename _Arg_t >
cliext::not_equal_to< _Arg_t >::not_equal_to ( not_equal_to< _Arg_t >%  )
inline
563  { // copy constructor
564  }

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