Version: 9.14.0
MEDCoupling::InRange< T > Struct Template Reference

Public Member Functions

 InRange (T a, T b)
 
bool operator() (T v) const
 

Public Attributes

_a
 
_b
 

Constructor & Destructor Documentation

◆ InRange()

template<class T >
MEDCoupling::InRange< T >::InRange ( a,
b 
)

Member Function Documentation

◆ operator()()

template<class T >
bool MEDCoupling::InRange< T >::operator() ( v) const

Member Data Documentation

◆ _a

template<class T >
T MEDCoupling::InRange< T >::_a

◆ _b

template<class T >
T MEDCoupling::InRange< T >::_b