[#mp_units-get-039] = xref:mp_units.adoc[mp_units]::get :relfileprefix: ../ :mrdocs: Returns the non‐type template argument `V`, whose type is `T` == Synopsis Declared in `<mp‐units/ext/type_traits.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< typename T, same_as<T> auto V> [[nodiscard]] consteval auto get(); ---- == Return Value The value of `V` [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== == Template Parameters [cols="1,4"] |=== | Name| Description | *T* | The type that `V` must have | *V* | The non‐type template argument to return |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#