Skip to content

mp_units::quantity_point::quantity_ref_from

Synopses

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

template<PointOrigin PO2>
  requires(PO2{} == point_origin)
[[nodiscard]] constexpr quantity_type& quantity_ref_from(PO2) & noexcept;

» more...

template<PointOrigin PO2>
  requires(PO2{} == point_origin)
[[nodiscard]] constexpr quantity_type const& quantity_ref_from(PO2) const& noexcept;

» more...

template<PointOrigin PO2>
  requires(PO2{} == point_origin)
constexpr quantity_type const&& quantity_ref_from(PO2) const&& noexcept = delete;

» more...