Returns the non-type template argument V, whose type is T
Declared in <mp-units/ext/type_traits.h>
template<
typename T,
same_as<T> auto V>
[[nodiscard]]
consteval
auto
get();
| Name | Description |
|---|---|
| T | The type that V must have |
| V | The non-type template argument to return |