[#mp_units-quantity_spec-0a6-operator_call-09] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_spec-0a6.adoc[quantity_spec<QS, Args...>]::operator() :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/quantity_spec.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename Self, typename FwdValue, xref:mp_units/RepresentationOf.adoc[RepresentationOf<Self{}>] Value = std::remove_cvref_t<FwdValue>> requires (detail::explicitly_convertible_to_dimensionless(Self{})) [[nodiscard]] constexpr xref:mp_units/Quantity.adoc[Quantity] auto operator()(this Self, FwdValue&& val); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#