Searched defs:EnableIf (Results 1 – 3 of 3) sorted by relevance
34 struct EnableIf { }; struct37 struct EnableIf<T, true> struct39 typedef T Type;
100 using EnableIf = typename ::std::enable_if<C, int>::type; variable