AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ operator==

template<typename SDS_T >
template<typename T >
bool operator== ( T &&  lhs,
const Parameter< SDS_T > &  p 
)
friend

Overload the == operator.

Parameter on right hand side.

Template Parameters
TThe type of the value we are comparing to the parameter
Parameters
lhsThe value we are comparing to the parameter.
pThe parameter we are comparing two.
Returns
True if the parameter value is equal to the specified value.