playrho::ValueCheckHelper< T, Enable > Struct Template Reference

Value check helper. More...

#include <BoundedValue.hpp>

Static Public Member Functions

static PLAYRHO_CONSTEXPRone () noexcept
 Gets the "one" value. More...
 

Static Public Attributes

static const PLAYRHO_CONSTEXPR bool has_one = false
 Has one. More...
 

Detailed Description

template<typename T, class Enable = void>
struct playrho::ValueCheckHelper< T, Enable >

Value check helper.

Definition at line 56 of file BoundedValue.hpp.

Member Function Documentation

◆ one()

template<typename T , class Enable = void>
static PLAYRHO_CONSTEXPR T playrho::ValueCheckHelper< T, Enable >::one ( )
inlinestaticnoexcept

Gets the "one" value.

Definition at line 62 of file BoundedValue.hpp.

Member Data Documentation

◆ has_one

template<typename T , class Enable = void>
const PLAYRHO_CONSTEXPR bool playrho::ValueCheckHelper< T, Enable >::has_one = false
static

Has one.

Definition at line 59 of file BoundedValue.hpp.


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