mp_units::magnitude

Customization point object computing the magnitude of a representation value

Synopsis

Declared in <mp-units/framework/representation_concepts.h>

inline constexpr /* implementation-defined */ magnitude;

Description

Dispatches to a member magnitude()/norm()/abs(), a matching ADL call, std::abs, or the complex modulus, depending on which of those the argument type supports.