Beispiel #1
0
 gcc_constexpr_method
 RoughAngle operator-(RoughAngle other) const {
   return RoughAngle(value - other.value);
 }
Beispiel #2
0
 constexpr
 RoughAngle operator-(RoughAngle other) const {
   return RoughAngle(value - other.value);
 }