Constructor

Synopsis

Declared in <mp‐units/framework/quantity.h>

template<Reference R2>
requires (equivalent(unit, get_unit(R2{})))
constexpr
quantity(
    rep val,
    R2);

Parameters

Name Description

val

The object to construct from

Created with MrDocs