Searched defs:const_pointer_cast (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/ |
D | pointer_cast.hpp | 34 inline T* const_pointer_cast(U *ptr) BOOST_SP_NOEXCEPT in const_pointer_cast() function 99 template<class T, class U> std::unique_ptr<T> const_pointer_cast( std::unique_ptr<U> && r ) BOOST_S… in const_pointer_cast() function
|
/third_party/boost/boost/smart_ptr/ |
D | intrusive_ptr.hpp | 307 template<class T, class U> intrusive_ptr<T> const_pointer_cast(intrusive_ptr<U> const & p) in const_pointer_cast() function 324 template<class T, class U> intrusive_ptr<T> const_pointer_cast( intrusive_ptr<U> && p ) BOOST_SP_NO… in const_pointer_cast() function
|
D | local_shared_ptr.hpp | 580 template<class T, class U> local_shared_ptr<T> const_pointer_cast( local_shared_ptr<U> const & r ) … in const_pointer_cast() function 622 template<class T, class U> local_shared_ptr<T> const_pointer_cast( local_shared_ptr<U> && r ) BOOST… in const_pointer_cast() function
|
D | shared_ptr.hpp | 897 template<class T, class U> shared_ptr<T> const_pointer_cast( shared_ptr<U> const & r ) BOOST_SP_NOE… in const_pointer_cast() function 939 template<class T, class U> shared_ptr<T> const_pointer_cast( shared_ptr<U> && r ) BOOST_SP_NOEXCEPT in const_pointer_cast() function
|
/third_party/boost/boost/serialization/detail/ |
D | shared_ptr_132.hpp | 364 template<class T, class U> shared_ptr< T > const_pointer_cast(shared_ptr<U> const & r) in const_pointer_cast() function
|
/third_party/boost/boost/interprocess/smart_ptr/ |
D | shared_ptr.hpp | 346 shared_ptr<T, VoidAllocator, Deleter> const_pointer_cast(shared_ptr<U, VoidAllocator, Deleter> cons… in const_pointer_cast() function
|
/third_party/boost/boost/interprocess/ |
D | offset_ptr.hpp | 619 const_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in const_pointer_cast() function
|
/third_party/boost/boost/interprocess/detail/ |
D | intersegment_ptr.hpp | 887 boost::interprocess::intersegment_ptr<T> const_pointer_cast(const boost::interprocess::intersegment… in const_pointer_cast() function
|