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

Concept definition

template<class Fn, class T>
concept sequoia::testing::alloc_getter = requires(Fn fn, const std::remove_reference_t<T>& t) {
{ fn(t) } -> counting_alloc;
}
Definition: AllocationCheckersTraits.hpp:24
Definition: AllocationCheckersTraits.hpp:19