TalanSoft Toolkits  201707
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions | List of all members
binary_negate< _Predicate > Class Template Reference
Inheritance diagram for binary_negate< _Predicate >:
binary_function< __BINARY_ARG(_Predicate, first_argument_type), __BINARY_ARG(_Predicate, second_argument_type), bool >

Public Member Functions

 binary_negate (const _Predicate &__x)
 
bool operator() (const typename _Predicate::first_argument_type &__x, const typename _Predicate::second_argument_type &__y) const
 

Constructor & Destructor Documentation

binary_negate ( const _Predicate &  __x)
explicit

Member Function Documentation

bool operator() ( const typename _Predicate::first_argument_type &  __x,
const typename _Predicate::second_argument_type &  __y 
) const