Skip to content

mp_units::quantity::numerical_value_ref_in

Synopses

Declared in <mp-units/framework/quantity.h>

template<Unit U>
  requires(equivalent(U{}, unit))
[[nodiscard]] constexpr rep& numerical_value_ref_in(U) & noexcept;

» more...

template<Unit U>
  requires(equivalent(U{}, unit))
[[nodiscard]] constexpr rep const& numerical_value_ref_in(U) const& noexcept;

» more...

template<Unit U>
  requires(equivalent(U{}, unit))
constexpr rep const&& numerical_value_ref_in(U) const&& noexcept = delete;

» more...