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