Synopsis

Declared in <mp‐units/ext/type_traits.h>

template<
    template<auto...> typename T,
    typename T1>
requires is_specialization_of_v<T1, T>
[[nodiscard]]
consteval
auto
get();

Created with MrDocs