folly::instantiated_from

A concept satisfied when T is an instantiation of the class template Templ.

Synopsis

Declared in <folly/Traits.h>

template<
    typename T,
    template<typename...> typename Templ>
concept instantiated_from = is_instantiation_of_v<Templ, T>;