Home | History | Annotate | Download | only in temp.variadic

Lines Matching defs:is_same

6 struct is_same {
11 struct is_same<T, T> {
65 int check0[is_same<EverythingToInt<tuple<double, float>>::type,
75 int check0[is_same<double_values<1, 2, -3>::type,
83 int check1[is_same<square<1, 2, -3>::type,
93 int check2[is_same<square_tuple<int_tuple<1, 2, -3> >::type,
166 int check0[is_same<build_indices<5>::type,
191 int check0[is_same<apply_each<int,
200 int check1[is_same<apply_each_indirect<int, add_reference, add_pointer,
230 int check2[is_same<apply_each_nested<int, add_reference_meta,
271 int check0[is_same<replace_with_int<pair<tuple<float, double, short>,