Synopsis

Declared in <mp‐units/framework/quantity_spec.h>

template<
    typename Self,
    typename FwdQ,
    Quantity Q = std::remove_cvref_t<FwdQ>>
requires (mp_units::explicitly_convertible(Q::quantity_spec, Self{}))
[[nodiscard]]
constexpr
Quantity auto
operator()(this
    Self,
    FwdQ&& q);

Created with MrDocs