Esempio n. 1
0
inline bool operator >= (const std_real_concept& a, const std_real_concept& b)
{ return a.value() >= b.value(); }
inline bool operator <= (const T& a, const std_real_concept& b)
{
   return a <= b.value();
}