tetl 0.1.0
Embedded Template Library
|
Function object for performing logical NOT (logical negation). Effectively calls operator! for type T. https://en.cppreference.com/w/cpp/utility/functional/logical_not. More...
#include <logical_not.hpp>
Public Member Functions | |
constexpr auto | operator() (T const &arg) const -> bool |
Function object for performing logical NOT (logical negation). Effectively calls operator! for type T. https://en.cppreference.com/w/cpp/utility/functional/logical_not.
|
inlinenodiscardconstexpr |