Searched defs:throwing_foo (Results 1 – 1 of 1) sorted by relevance
1143 struct throwing_foo:move_support_tests::Foo { struct1144 int value1;1145 int value2;1146 explicit throwing_foo(int v1, int v2) : value1 (v1), value2(v2) {} in throwing_foo() argument