35#ifndef _BLAZE_MATH_VIEWS_CHECK_H_
36#define _BLAZE_MATH_VIEWS_CHECK_H_
69 constexpr Check() =
default;
182template<
typename... Ts >
204template<
typename T,
typename... Ts >
205constexpr auto getCheck(
const T& a,
const Ts&... args )
noexcept
224template<
typename... Ts >
Header file for the IntegralConstant class template.
constexpr void MAYBE_UNUSED(const Args &...)
Suppression of unused parameter warnings.
Definition: MaybeUnused.h:81
Check< false > Unchecked
Type of the blaze::unchecked instance.
Definition: Check.h:104
constexpr auto getCheck(const T &a, const Ts &... args) noexcept
Extracting blaze::Check arguments from a given list of arguments.
Definition: Check.h:205
constexpr bool isChecked(const Ts &... args)
Extracting blaze::Check arguments from a given list of arguments.
Definition: Check.h:225
constexpr Checked checked
Global Checked instance.
Definition: Check.h:129
constexpr Unchecked unchecked
Global Unchecked instance.
Definition: Check.h:146
Template for the blaze::checked and blaze::unchecked instances.
Definition: Check.h:65
Generic wrapper for a compile time constant integral value.
Definition: IntegralConstant.h:74