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