Home
last modified time | relevance | path

Searched defs:throwing_foo (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_concurrent_vector.cpp1143 struct throwing_foo:move_support_tests::Foo { struct
1144 int value1;
1145 int value2;
1146 explicit throwing_foo(int v1, int v2) : value1 (v1), value2(v2) {} in throwing_foo() argument