Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dpointer_traits.hpp26 struct rebind_to { struct
27 typedef typename std::pointer_traits<T>::template rebind<U> type;
35 struct rebind_to { struct
36 typedef U* type;
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/detail/include/boost/detail/
Dallocator_utilities.hpp144 struct rebind_to: struct