Home
last modified time | relevance | path

Searched defs:outermost_allocator_imp (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Dscoped_allocator.hpp78 struct outermost_allocator_imp struct
80 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> struct
92 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()