Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
InRange< T > Struct Template Reference

#include <methods.hpp>

Public Member Functions

 InRange (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::InRange< T >

Definition at line 67 of file methods.hpp.

Constructor & Destructor Documentation

InRange ( l,
u 
)

Definition at line 69 of file methods.hpp.

Member Function Documentation

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

Definition at line 76 of file methods.hpp.

bool operator() ( v) const

Definition at line 70 of file methods.hpp.

Member Data Documentation

T lower

Definition at line 74 of file methods.hpp.

T upper

Definition at line 75 of file methods.hpp.


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