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

Public Member Functions

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

Public Attributes

_a
 
_b
 

Constructor & Destructor Documentation

◆ NotInRange()

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

Member Function Documentation

◆ operator()()

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

Member Data Documentation

◆ _a

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

◆ _b

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