16namespace sequoia::testing
21 using regular_allocation_test::regular_allocation_test;
24 std::filesystem::path source_file()
const;
26 template<
bool PropagateCopy,
bool PropagateMove,
bool PropagateSwap>
27 void test_allocation();
Classes implementing the concept of a monotonic sequence.
Extension for checking allocations for types with regular semantics, see here.
Templated on the test_mode, this forms the basis of all allocation tests for regular types.
Definition: RegularAllocationTestCore.hpp:104
Definition: MonotonicSequenceAllocationTest.hpp:19