Searched defs:scoped_array (Results 1 – 1 of 1) sorted by relevance
38 template<class T> class scoped_array // noncopyable class56 explicit scoped_array( T * p = 0 ) : px( p ) // never throws in scoped_array() function in boost::scoped_array