Function call operator
Synopsis
Declared in <mp‐units/framework/construction_helpers.h>
template<
typename FwdRep,
RepresentationOf<get_quantity_spec(R{})> Rep = std::remove_cvref_t<FwdRep>>
[[nodiscard]]
constexpr
quantity<R{}, Rep>
operator()(FwdRep&& lhs) const;
Return Value
A quantity
Parameters
Name |
Description |
lhs |
The right operand |
Created with MrDocs