HomeSort by relevance Sort by last modified time
    Searched full:shared_static_cast (Results 1 - 1 of 1) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_ptr.hpp 538 template<class T, class U> shared_ptr<T> shared_static_cast(shared_ptr<U> const & r) function in namespace:boost
556 return shared_static_cast<T>(r);

Completed in 427 milliseconds