Exemplo n.º 1
0
 gcc_constexpr_method
 RoughAngle operator-(RoughAngle other) const {
   return RoughAngle(value - other.value);
 }
Exemplo n.º 2
0
 constexpr
 RoughAngle operator-(RoughAngle other) const {
   return RoughAngle(value - other.value);
 }