Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dhandler_alloc_helpers.hpp168 struct get_hook_allocator struct
170 typedef Allocator type;
172 static type get(Handler&, const Allocator& a) in get()
179 struct get_hook_allocator<Handler, std::allocator<T> > struct
181 typedef hook_allocator<Handler, T> type;
183 static type get(Handler& handler, const std::allocator<T>&) in get()