Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/include/boost/intrusive/
Dpointer_rebind.hpp79 struct pointer_rebinder< Ptr, U, 2u > struct
81 typedef typename Ptr::template rebind<U>::other type;
87 struct pointer_rebinder< Ptr, U, 1u > struct
89 typedef typename Ptr::template rebind<U> type;
100 struct pointer_rebinder<Ptr<A, An...>, U, 0u > struct
102 typedef Ptr<U, An...> type;
107 struct pointer_rebinder<Ptr<A>, U, 0u > struct
109 typedef Ptr<U> type;
117 struct pointer_rebinder<Ptr<A>, U, 0u> struct
118 { typedef Ptr<U> type; };
[all …]