Home
last modified time | relevance | path

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

/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dscoped_array.adoc12 [#scoped_array] anchor
/third_party/boost/boost/smart_ptr/
Dscoped_array.hpp39 template<class T> class scoped_array // noncopyable class
57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array