Searched defs:enable_if_unsigned_int (Results 1 – 1 of 1) sorted by relevance
277 template <unsigned int N> struct enable_if_unsigned_int {}; struct 278 template <> struct enable_if_unsigned_int<1> { typedef int type; }; // expected-note{{'enable_if_unsigned_int<1>::type' declared here}} argument