16namespace sequoia::testing
23 template<
class Fn,
class T>
24 concept alloc_getter =
requires(Fn fn,
const std::remove_reference_t<T>& t) {
Concepts which are sufficiently general to appear in the sequoia namespace.
A concept for allocators.
Definition: Concepts.hpp:48
Definition: AllocationCheckersTraits.hpp:24
Definition: AllocationCheckersTraits.hpp:19