54namespace sequoia::testing
56 enum class container_tag :
bool { x, y };
58 template<container_tag tag>
63 std::string to_string(container_tag tag);
65 template<movable_comparable T, alloc_getter<T> Getter>
68 enum class null_allocation_event { comparison, spectator, serialization, swap };
78 : m_Unshifted{unshifted}
79 , m_Prediction{m_Unshifted + delta}
83 constexpr int value()
const noexcept
89 constexpr int unshifted()
const noexcept
94 int m_Unshifted{}, m_Prediction{};
Traits and Concepts for allocation checks.
Definition: AllocationCheckersCore.hpp:73
Class for use with a container possessing a (shared counting) allocator.
Definition: AllocationCheckers.hpp:425
Definition: AllocationCheckers.hpp:200
Definition: AllocationCheckersCore.hpp:60