35#ifndef _BLAZE_MATH_FUNCTORS_GREATER_H_
36#define _BLAZE_MATH_FUNCTORS_GREATER_H_
68 template<
typename T1,
typename T2 >
71 return std::forward<T1>( a ) > std::forward<T2>( b );
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Generic wrapper for the greater-than relational operator.
Definition: Greater.h:60
System settings for the inline keywords.