Bond
 
Loading...
Searching...
No Matches
bond::detail::allocator_holder< Alloc, Enable > Class Template Reference

Helper type that holds an allocator. More...

Inheritance diagram for bond::detail::allocator_holder< Alloc, Enable >:
bond::ext::capped_allocator< Alloc, Counter >

Detailed Description

template<typename Alloc, typename Enable = void>
class bond::detail::allocator_holder< Alloc, Enable >

Helper type that holds an allocator.

Remarks
Applies empty-base-optimization when possible.