Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
Dshared_array.hpp46 template<class T> class shared_array class
58 explicit shared_array(T * p = 0): px(p), pn(p, deleter()) in shared_array() function in boost::shared_array
68 template<class D> shared_array(T * p, D d): px(p), pn(p, d) in shared_array() function in boost::shared_array
78 shared_array( shared_array const & r ): px( r.px ), pn( r.pn ) // never throws in shared_array() function in boost::shared_array