Searched refs:Copyable (Results 1 – 5 of 5) sorted by relevance
333 struct Object : test_concepts::Copyable, test_concepts::CopyAssignable {};
388 …static_assert(utils::well_formed_instantiation<tbb::flow::continue_node, test_concepts::Copyable>);
474 struct Object : test_concepts::Copyable, test_concepts::CopyAssignable {};
513 struct OutputObject : test_concepts::Copyable {};
44 struct Copyable { Copyable( const Copyable& ) = default; }; struct