mp_units::point_::operator()

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_point<R{}, default_point_origin(R{}), Rep>
operator()(FwdRep&& lhs) const;


Return Value

A quantity point

Parameters

Name Description
lhs The right operand

Created with MrDocs