|
STLdoc
STLdocumentation
|
Public Types | |
| typedef _Fn2::first_argument_type | first_argument_type |
| typedef _Fn2::second_argument_type | second_argument_type |
| typedef bool | result_type |
Public Member Functions | |
| constexpr | binary_negate (const _Fn2 &_Func) |
| constexpr bool | operator() (const first_argument_type &_Left, const second_argument_type &_Right) const |
Private Attributes | |
| _Fn2 | _Functor |
| typedef _Fn2::first_argument_type binary_negate< _Fn2 >::first_argument_type |
| typedef bool binary_negate< _Fn2 >::result_type |
| typedef _Fn2::second_argument_type binary_negate< _Fn2 >::second_argument_type |
|
inlineexplicit |
|
inline |
|
private |
1.8.8