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

Public Types

typedef less _Mytype_t
 
- Public Types inherited from cliext::_Binary_fun< ref_less< _Arg_t > >
typedef ref_less< _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

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename _Arg_t >
cliext::less< _Arg_t >::less ( )
inline
578  { // default constructor
579  }
template<typename _Arg_t >
cliext::less< _Arg_t >::less ( less< _Arg_t >%  )
inline
582  { // copy constructor
583  }

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