GranOO  3.0
A robust and versatile workbench to build 3D dynamic simulations based on the Discrete Element Method
Static Public Member Functions | List of all members
exprtk::parser< T >::halfopen_range_policy< T_ > Struct Template Reference

Static Public Member Functions

static bool is_within (const T_ &v, const T_ &begin, const T_ &end)
 
static bool is_less (const T_ &v, const T_ &begin)
 
static bool is_greater (const T_ &v, const T_ &end)
 
static bool end_inclusive ()
 

Member Function Documentation

◆ end_inclusive()

template<typename T >
template<typename T_ >
static bool exprtk::parser< T >::halfopen_range_policy< T_ >::end_inclusive ( )
inlinestatic

◆ is_greater()

template<typename T >
template<typename T_ >
static bool exprtk::parser< T >::halfopen_range_policy< T_ >::is_greater ( const T_ &  v,
const T_ &  end 
)
inlinestatic

◆ is_less()

template<typename T >
template<typename T_ >
static bool exprtk::parser< T >::halfopen_range_policy< T_ >::is_less ( const T_ &  v,
const T_ &  begin 
)
inlinestatic

◆ is_within()

template<typename T >
template<typename T_ >
static bool exprtk::parser< T >::halfopen_range_policy< T_ >::is_within ( const T_ &  v,
const T_ &  begin,
const T_ &  end 
)
inlinestatic

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