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