Searched defs:underlying_type (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Dunderlying_type.cpp30 struct underlying_type { struct in class:f
34 static_assert(is_same_type<underlying_type<f>::type, char>::value,
37 underlying_type<int>::type e; // expected-note {{requested here}}
42 static_assert(is_same_type<underlying_type<foo>::type, unsigned>::value,

Completed in 86 milliseconds