Like instantiated_from, but after stripping cvref qualifiers from T.

Synopsis

Declared in <folly/Traits.h>

template<
    typename T,
    template<typename...> typename Templ>
concept uncvref_instantiated_from = is_instantiation_of_v<Templ, std::remove_cvref_t<T>>;

Created with MrDocs