35 #ifndef _BLAZE_MATH_VIEWS_CHECK_H_ 36 #define _BLAZE_MATH_VIEWS_CHECK_H_ 61 explicit inline constexpr
Check() =
default;
constexpr Checked checked
Global Checked instance.The blaze::checked instance is an optional token for the creation of views....
Definition: Check.h:121
constexpr Unchecked unchecked
Global Unchecked instance.The blaze::unchecked instance is an optional token for the creation of view...
Definition: Check.h:138
Namespace of the Blaze C++ math library.
Definition: Blaze.h:58
Template for the blaze::checked and blaze::unchecked instances.blaze::Check is the template for the b...
Definition: Check.h:56