Searched refs:no_type (Results 1 – 4 of 4) sorted by relevance
15 struct no_type {}; struct19 typedef no_type type;39 no_type nt1 = first_arg(); in test_simple_deduction()52 no_type nt1 = first_arg_ref(); in test_simple_ref_deduction()71 no_type nt1 = first_arg_pair(); in test_pair_deduction()72 no_type nt2 = second_arg_pair(); in test_pair_deduction()73 no_type nt3 = second_arg_pair(make_pair(ip, 17)); in test_pair_deduction()
9 typedef char (&no_type)[2]; typedef18 template<typename U> static no_type check(...);
16 struct no_type {}; struct20 typedef no_type type;
133 static const string no_type = "none"; in Type() local134 return no_type; in Type()