Public Types | |
| typedef T | element_type |
| typedef T *this_type::* | unspecified_bool_type |
Public Member Functions | |
| scoped_array (T *p=0) | |
| void | reset (T *p=0) |
| T & | operator[] (AZStd::ptrdiff_t i) const |
| T * | get () const |
| operator unspecified_bool_type () const | |
| bool | operator! () const |
| void | swap (scoped_array &b) |