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
1493 struct EnableIf struct1497 struct EnableIf<true, T> struct1499 typedef T Type;