| 31 | static constexpr std::string_view nameExtrasSeparator = " | "; |
| 32 | |
| 33 | static std::string lengthToString( float value ) |
| 34 | { |
| 35 | return valueToString<LengthUnit>( value, { .unitSuffix = false, .style = NumberStyle::normal, .stripTrailingZeroes = false } ); |
| 36 | } |
| 37 | |
| 38 | // Extracts subfeatures from `sourceObject` and writes them out `outputPoints` and `outputLines`. |
| 39 | // `sourceObject` must point to a temporary object of the desired type, with identity xf. |