Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dassociated_allocator.hpp29 struct associated_allocator_impl struct
31 typedef E type;
33 static type get(const T&, const E& e) BOOST_ASIO_NOEXCEPT in get()
40 struct associated_allocator_impl<T, E, struct
43 typedef typename T::allocator_type type;
45 static type get(const T& t, const E&) BOOST_ASIO_NOEXCEPT in get()