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

Public Types

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

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

template<typename _Arg_t >
cliext::logical_and< _Arg_t >::logical_and ( )
inline
654  { // default constructor
655  }
template<typename _Arg_t >
cliext::logical_and< _Arg_t >::logical_and ( logical_and< _Arg_t >%  )
inline
658  { // copy constructor
659  }

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