[#mp_units-utility-constrained-2conversion] = xref:mp_units.adoc[mp_units]::xref:mp_units/utility.adoc[utility]::xref:mp_units/utility/constrained.adoc[constrained]::operator T :relfileprefix: ../../../ :mrdocs: Implicitly converts back to the underlying representation type. == Synopsis Declared in `<mp‐units/utility/constrained.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] constexpr explicit(false) operator T() const noexcept; ---- == Return Value the wrapped underlying value [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#