logical_not |
A unary function object that
returns true if its operand is zero (
false ).
#include <functional>
template< class T >
struct logical_not : unary_function< T, bool >
Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.