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

Filterer which check non-negativity 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::IsNonNegative< I >

Filterer which check non-negativity of its parameter.

Definition at line 108 of file Filter.hpp.

Member Data Documentation

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

Result of the check.

Definition at line 111 of file Filter.hpp.


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