14namespace sequoia::testing
19 using move_only_allocation_false_positive_test::move_only_allocation_false_positive_test;
22 std::filesystem::path source_file()
const;
24 template<
bool PropagateMove,
bool PropagateSwap>
25 void test_allocation();
30 template<
bool PropagateMove,
bool PropagateSwap>
31 void test_semantics_allocations();
Extension for checking allocations for types with move-only semantics.
Templated on the test_mode, this forms the basis of all allocation tests for move-only types.
Definition: MoveOnlyAllocationTestCore.hpp:273
Definition: OrderableMoveOnlyAllocationTestDiagnostics.hpp:17