Tapkee
InClosedRange< T > Struct Template Reference

#include <methods.hpp>

Public Member Functions

 InClosedRange (T l, T u)
 
bool operator() (T v) const
 
std::string failureMessage (const stichwort::Parameter &p) const
 

Public Attributes

lower
 
upper
 

Detailed Description

template<typename T>
struct tapkee::tapkee_internal::InClosedRange< T >

Definition at line 83 of file methods.hpp.

Constructor & Destructor Documentation

◆ InClosedRange()

InClosedRange ( l,
u 
)

Definition at line 85 of file methods.hpp.

Member Function Documentation

◆ failureMessage()

std::string failureMessage ( const stichwort::Parameter p) const

Definition at line 92 of file methods.hpp.

◆ operator()()

bool operator() ( v) const

Definition at line 86 of file methods.hpp.

Member Data Documentation

◆ lower

T lower

Definition at line 90 of file methods.hpp.

◆ upper

T upper

Definition at line 91 of file methods.hpp.


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