SUNphi  1.0
SUNphi::IsNotNull< I > Struct Template Reference

Filterer which check non-nullity of its parameter. More...

#include <Filter.hpp>

Static Public Attributes

static constexpr bool res
 Result of the check. More...
 

Detailed Description

template<auto I>
struct SUNphi::IsNotNull< I >

Filterer which check non-nullity of its parameter.

Definition at line 99 of file Filter.hpp.

Member Data Documentation

template<auto I>
constexpr bool SUNphi::IsNotNull< I >::res
static
Initial value:
=
(I!=0)

Result of the check.

Definition at line 102 of file Filter.hpp.


The documentation for this struct was generated from the following file: