mp_units::quantity_point::quantity_point

Constructor

Synopsis

Declared in <mp-units/framework/quantity_point.h>
template<
    typename FwdQ,
    PointOrigin PO2,
    QuantityOf<PO2::_quantity_spec_> Q = std::remove_cvref_t<FwdQ>>
requires std::constructible_from<quantity_type, FwdQ> && detail::SameAbsolutePointOriginAs<PO2, PO>
constexpr
quantity_point(
    FwdQ&& q,
    PO2);


Parameters

Name Description
q The object to move construct from

Created with MrDocs