(C++) std::not2
February 23, 2018 · View on GitHub
(C++) std::not2
std::not2 is an STL adapter to negate a predicate derived from std::binary_function. To negate a predicate derived from std::unary_function, use std::not1.
External links
February 23, 2018 · View on GitHub
std::not2 is an STL adapter to negate a predicate derived from std::binary_function. To negate a predicate derived from std::unary_function, use std::not1.