Sequoia
Loading...
Searching...
No Matches
sequoia::testing::counting_alloc Concept Reference

Concept definition

template<class A>
concept sequoia::testing::counting_alloc = alloc<A> && requires(const std::remove_reference_t<A>& a) {
a.allocs();
}
A concept for allocators.
Definition: Concepts.hpp:48
Definition: AllocationCheckersTraits.hpp:19