Searched defs:static_pointer_cast (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/ |
D | pointer_cast.hpp | 20 inline T* static_pointer_cast(U *ptr) BOOST_SP_NOEXCEPT in static_pointer_cast() function 77 template<class T, class U> std::unique_ptr<T> static_pointer_cast( std::unique_ptr<U> && r ) BOOST_… in static_pointer_cast() function
|
/third_party/boost/boost/smart_ptr/ |
D | intrusive_ptr.hpp | 302 template<class T, class U> intrusive_ptr<T> static_pointer_cast(intrusive_ptr<U> const & p) in static_pointer_cast() function 319 template<class T, class U> intrusive_ptr<T> static_pointer_cast( intrusive_ptr<U> && p ) BOOST_SP_N… in static_pointer_cast() function
|
D | local_shared_ptr.hpp | 570 template<class T, class U> local_shared_ptr<T> static_pointer_cast( local_shared_ptr<U> const & r )… in static_pointer_cast() function 612 template<class T, class U> local_shared_ptr<T> static_pointer_cast( local_shared_ptr<U> && r ) BOOS… in static_pointer_cast() function
|
D | shared_ptr.hpp | 887 template<class T, class U> shared_ptr<T> static_pointer_cast( shared_ptr<U> const & r ) BOOST_SP_NO… in static_pointer_cast() function 929 template<class T, class U> shared_ptr<T> static_pointer_cast( shared_ptr<U> && r ) BOOST_SP_NOEXCEPT in static_pointer_cast() function
|
/third_party/boost/boost/serialization/detail/ |
D | shared_ptr_132.hpp | 359 template<class T, class U> shared_ptr< T > static_pointer_cast(shared_ptr<U> const & r) in static_pointer_cast() function
|
/third_party/boost/boost/interprocess/smart_ptr/ |
D | shared_ptr.hpp | 342 shared_ptr<T, VoidAllocator, Deleter> static_pointer_cast(shared_ptr<U, VoidAllocator, Deleter> con… in static_pointer_cast() function
|
/third_party/boost/boost/interprocess/ |
D | offset_ptr.hpp | 610 static_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in static_pointer_cast() function
|
/third_party/boost/boost/interprocess/detail/ |
D | intersegment_ptr.hpp | 881 boost::interprocess::intersegment_ptr<T> static_pointer_cast(const boost::interprocess::intersegmen… in static_pointer_cast() function
|