Daily bit(e) of C++ | std::not_fn
Daily bit(e) of C++ #264, The function wrapper that returns the negation of the wrapped callable: std::not_fn.
std::not_fn is a C++17 utility from the functional header that creates a simple forwarding call wrapper that returns the negation of the wrapped callable.