Sequoia
Loading...
Searching...
No Matches
sequoia::scoped_alloc Concept Reference

A concept for scoped allocators. More...

#include <Concepts.hpp>

Concept definition

template<class A>
concept sequoia::scoped_alloc = alloc<A> && requires() {
typename A::outer_allocator_type;
typename A::inner_allocator_type;
}
A concept for allocators.
Definition: Concepts.hpp:48
A concept for scoped allocators.
Definition: Concepts.hpp:54

Detailed Description

A concept for scoped allocators.