Home
last modified time | relevance | path

Searched refs: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
1146 explicit throwing_foo(int v1, int v2) : value1 (v1), value2(v2) {} in throwing_foo() function
1149 template< typename foo_t = throwing_foo>