Searched refs:scoped_array (Results 1 – 1 of 1) sorted by relevance
560 template <class C> struct scoped_array { struct561 scoped_array(C* p = __null);564 Foo() : a_(new scoped_array<int>[5]) { } in Foo()565 scoped_array< scoped_array<int> > a_;