Conversion to V_
V_
Declared in <mp-units/framework/quantity.h>
<mp-units/framework/quantity.h>
template< typename V_, std::constructible_from<rep> Value = std::remove_cvref_t<V_>> requires detail::ExplicitFromNumber<reference> [[nodiscard]] constexpr explicit operator V_() const & noexcept;
The object converted to V_
The return value should not be discarded.