Searched defs:has_type (Results 1 – 2 of 2) sorted by relevance
179 struct has_type { using type = int; }; struct185 // expected-note@-2 {{because 'std_example::has_type' does not satisfy 'C1'}}
17 template<typename T> constexpr bool has_type(...) { return false; } in has_type() function 18 template<typename T> constexpr bool has_type(T&) { return true; } in has_type() function [all...]