| 448 | */ |
| 449 | template <typename T> |
| 450 | static constexpr ::NFormatPrivate::TFloatPrecision<T> Prec(const T& value, const EFloatToStringMode mode, const int ndigits = 0) noexcept { |
| 451 | return {value, mode, ndigits}; |
| 452 | } |
| 453 | |
| 454 | /** |
| 455 | * Output manipulator for adjusting precision of floating point values. |
no outgoing calls
no test coverage detected