Searched refs:_MetaBase (Results 1 – 1 of 1) sorted by relevance
55 template<bool> struct _MetaBase {}; struct56 template<> struct _MetaBase<true> { template<class R> using _EnableIfImpl = R; }; argument57 …template<bool B, class T = void> using _EnableIf = typename _MetaBase<B>::template _EnableIfImpl<T…