Searched defs:scoped_array (Results 1 – 2 of 2) sorted by relevance
12 [#scoped_array] anchor
39 template<class T> class scoped_array // noncopyable class57 explicit scoped_array( T * p = 0 ) BOOST_SP_NOEXCEPT : px( p ) in scoped_array() function in boost::scoped_array