35 #ifndef _BLAZE_MATH_PROXY_DEFAULTPROXY_H_
36 #define _BLAZE_MATH_PROXY_DEFAULTPROXY_H_
97 return *
static_cast<PT*
>( this );
109 template<
typename PT
113 return *
static_cast<const PT*
>( this );
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
#define BLAZE_ALWAYS_INLINE
Platform dependent setup of an enforced inline keyword.
Definition: Inline.h:85
Default proxy backend for built-in and alternate user-specific class types.The DefaultProxy class ser...
Definition: DefaultProxy.h:64
BLAZE_ALWAYS_INLINE PT & operator~()
Conversion operator for non-constant proxies.
Definition: DefaultProxy.h:95
System settings for the inline keywords.