Searched defs:binary_negate (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_function.h159 class binary_negate class in inherits:binary_function
175 explicit binary_negate(const _Predicate& __x) : _M_pred(__x) {} function in class:binary_negate
182 inline binary_negate<_Predicate>
184 return binary_negate<_Predicate>(__pred);

Completed in 1047 milliseconds