[#mp_units-operator_plus-08] = xref:mp_units.adoc[mp_units]::operator+ :relfileprefix: ../ :mrdocs: Unary plus operator == Synopsis Declared in `<mp‐units/constrained.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] constexpr xref:mp_units/constrained.adoc[constrained<decltype(+std::declval<T>()), ErrorPolicy>] operator+(xref:mp_units/constrained.adoc[constrained] const& x); ---- == Return Value A transparent wrapper that carries an error policy for domain constraint enforcement. == Parameters [cols="1,4"] |=== |Name|Description | *x* | The operand |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#