STLdoc
STLdocumentation
Main Page
Namespaces
Classes
Files
Class List
Class Index
Class Hierarchy
Class Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Public Member Functions
|
List of all members
bit_not< _Ty > Struct Template Reference
Inheritance diagram for bit_not< _Ty >:
Public Member Functions
_Ty
operator()
(const _Ty &_Left) const
Additional Inherited Members
Public Types inherited from
unary_function< _Ty, _Ty >
typedef _Ty
argument_type
typedef _Ty
result_type
Member Function Documentation
template<class _Ty = void>
_Ty
bit_not
< _Ty >::operator()
(
const _Ty &
_Left
)
const
inline
186
{
// apply operator~ to operand
187
return
(~_Left);
188
}
The documentation for this struct was generated from the following file:
VS2013/inc/
xfunctional
Generated on Sun Jul 23 2017 10:02:25 for STLdoc by
1.8.8