|
using | inner_type = InnerType |
|
using | inner_allocator_type = typename InnerType::allocator_type |
|
using | outer_allocator_type = typename inner_allocator_type::template rebind< inner_type >::other |
|
using | allocator_type = std::scoped_allocator_adaptor< outer_allocator_type, inner_allocator_type > |
|
using | beast = OuterType< inner_type, allocator_type > |
|
The documentation for this struct was generated from the following file: