35#ifndef _BLAZE_MATH_FUNCTORS_AND_H_
36#define _BLAZE_MATH_FUNCTORS_AND_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 logical AND operator.
Definition: And.h:60
System settings for the inline keywords.