Sequoia
Loading...
Searching...
No Matches
sequoia
scoped_alloc
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;
}
sequoia::alloc
A concept for allocators.
Definition:
Concepts.hpp:48
sequoia::scoped_alloc
A concept for scoped allocators.
Definition:
Concepts.hpp:54
Detailed Description
A concept for scoped allocators.
Generated by
1.9.6