Searched defs:outermost_allocator_imp (Results 1 – 1 of 1) sorted by relevance
78 struct outermost_allocator_imp struct80 typedef MaybeScopedAlloc type;82 BOOST_CONTAINER_FORCEINLINE static type &get(MaybeScopedAlloc &a) in get()85 BOOST_CONTAINER_FORCEINLINE static const type &get(const MaybeScopedAlloc &a) in get()90 struct outermost_allocator_imp<MaybeScopedAlloc, true> struct92 typedef typename MaybeScopedAlloc::outer_allocator_type outer_type;93 typedef typename outermost_allocator_type_impl<outer_type>::type type;95 BOOST_CONTAINER_FORCEINLINE static type &get(MaybeScopedAlloc &a) in get()98 BOOST_CONTAINER_FORCEINLINE static const type &get(const MaybeScopedAlloc &a) in get()