Home | History | Annotate | Download | only in expr.prim.lambda

Lines Matching full:should

22                   "should be const float&");
23 static_assert(is_same<decltype(x), float>::value, "should be float");
25 "should be const float&");
26 static_assert(is_same<decltype(r), float&>::value, "should be float&");
27 static_assert(is_same<decltype(ir), int&>::value, "should be int&");
28 static_assert(is_same<decltype((ir)), int&>::value, "should be int&");
30 "should be const int&");
32 "should be const int&");
37 static_assert(is_same<decltype(x), float>::value, "should be float");
39 "should be float&");
44 static_assert(is_same<decltype((i)), int&>::value, "should be int&");