Searched defs:is_placeholder (Results 1 – 3 of 3) sorted by relevance
39 struct is_placeholder global() struct [all...]
25 template<> struct std::is_placeholder<My2> : std::integral_constant<int, 2> {}; struct in std
226 template<typename T> struct is_placeholder { struct227 static const int value = 0;335 struct is_placeholder<placeholder<N>> { struct336 static const int value = N;