Searched defs:pointer_to_other (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/boost/ |
| D | pointer_to_other.hpp | 28 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/ |
| D | pointer_to_other.adoc | 11 [#pointer_to_other] anchor
|
| /third_party/boost/boost/interprocess/ |
| D | offset_ptr.hpp | 754 struct pointer_to_other struct 757 typedef ::boost::interprocess::offset_ptr<U, DifferenceType, OffsetType, OffsetAlignment> type;
|
| /third_party/boost/boost/unordered/detail/ |
| D | implementation.hpp | 1244 struct pointer_to_other : boost::pointer_to_other<pointer, T> struct
|