array_wrapper_n< T > Struct Template Reference
Detailed Descriptiontemplate<typename T>
|
typedef const T* const_iterator |
Definition at line 374 of file PrettyPrint.hh.
typedef T value_type |
Definition at line 375 of file PrettyPrint.hh.
array_wrapper_n | ( | const T *const | a, |
size_t | n | ||
) | [inline] |
Definition at line 377 of file PrettyPrint.hh.
const_iterator begin | ( | ) | const [inline] |
Definition at line 378 of file PrettyPrint.hh.
{ return _array; }
const_iterator end | ( | ) | const [inline] |
Definition at line 379 of file PrettyPrint.hh.
const T* const _array [private] |
Definition at line 382 of file PrettyPrint.hh.
size_t _n [private] |
Definition at line 383 of file PrettyPrint.hh.