Home
last modified time | relevance | path

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

/third_party/boost/boost/
Dpointer_to_other.hpp28 struct pointer_to_other< Sp<T>, U > struct
30 typedef Sp<U> type;
35 struct pointer_to_other< Sp<T, T2>, U > struct
37 typedef Sp<U, T2> type;
42 struct pointer_to_other< Sp<T, T2, T3>, U > struct
44 typedef Sp<U, T2, T3> type;
48 struct pointer_to_other< T*, U > struct
50 typedef U* type;
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dpointer_to_other.adoc11 [#pointer_to_other] anchor
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp754 struct pointer_to_other struct
757 typedef ::boost::interprocess::offset_ptr<U, DifferenceType, OffsetType, OffsetAlignment> type;
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp1244 struct pointer_to_other : boost::pointer_to_other<pointer, T> struct