STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | List of all members
bit_and< _Ty > Struct Template Reference
Inheritance diagram for bit_and< _Ty >:
binary_function< _Ty, _Ty, _Ty >

Public Member Functions

_Ty operator() (const _Ty &_Left, const _Ty &_Right) const
 

Additional Inherited Members

- Public Types inherited from binary_function< _Ty, _Ty, _Ty >
typedef _Ty first_argument_type
 
typedef _Ty second_argument_type
 
typedef _Ty result_type
 

Member Function Documentation

template<class _Ty = void>
_Ty bit_and< _Ty >::operator() ( const _Ty &  _Left,
const _Ty &  _Right 
) const
inline
153  { // apply operator& to operands
154  return (_Left & _Right);
155  }
const _Ty & _Right
Definition: algorithm:4087

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