mp_units::system_reference::operator[]

Subscript operator

Synopsis

Declared in <mp-units/framework/system_reference.h>
template</* implementation-defined */ U>
[[nodiscard]]
constexpr
reference<decltype(Q), U>
operator[](U rhs) const;


Return Value

Quantity reference type

Parameters

Name Description
rhs The right operand

Created with MrDocs