Sequoia
Loading...
Searching...
No Matches
sequoia
testing
counting_alloc
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();
}
sequoia::alloc
A concept for allocators.
Definition:
Concepts.hpp:48
sequoia::testing::counting_alloc
Definition:
AllocationCheckersTraits.hpp:19
Generated by
1.9.6