![]() |
Blaze
3.6
|
Generic wrapper for the logical NOT operator. More...
#include <Not.h>
Public Member Functions | |
template<typename T > | |
decltype(auto) BLAZE_ALWAYS_INLINE | operator() (const T &a) const |
Returns the result of the logical NOT operator for the given object/value. More... | |
Generic wrapper for the logical NOT operator.
|
inline |
Returns the result of the logical NOT operator for the given object/value.
a | The given object/value. |