35#ifndef _BLAZE_MATH_FUNCTORS_NOT_H_
36#define _BLAZE_MATH_FUNCTORS_NOT_H_
67 template<
typename T >
70 return !std::forward<T>( a );
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Generic wrapper for the logical NOT operator.
Definition: Not.h:60
System settings for the inline keywords.