Searched refs:scoped_array2 (Results 1 – 1 of 1) sorted by relevance
481 template <class C> struct scoped_array2 { struct482 scoped_array2(C* p = __null, C* q = __null);485 Foo2() : a_(new scoped_array2<int>[5]) { } in Foo2()486 scoped_array2< scoped_array2<int> > a_;