Home
last modified time | relevance | path

Searched refs:Copyable (Results 1 – 5 of 5) sorted by relevance

/oneTBB/test/tbb/
H A Dtest_input_node.cpp333 struct Object : test_concepts::Copyable, test_concepts::CopyAssignable {};
H A Dtest_continue_node.cpp388 …static_assert(utils::well_formed_instantiation<tbb::flow::continue_node, test_concepts::Copyable>);
H A Dtest_sequencer_node.cpp474 struct Object : test_concepts::Copyable, test_concepts::CopyAssignable {};
H A Dtest_function_node.cpp513 struct OutputObject : test_concepts::Copyable {};
/oneTBB/test/common/
H A Dconcepts_common.h44 struct Copyable { Copyable( const Copyable& ) = default; }; struct