#include <prettyprint.hpp>
Public Types | |
typedef T | value_type |
Public Member Functions | |
array_wrapper_n (const T *const a, size_t n) | |
const_iterator | begin () const |
const_iterator | end () const |
Public Attributes | |
const typedef T * | const_iterator |
Definition at line 374 of file prettyprint.hpp.
typedef T pretty_print::array_wrapper_n< T >::value_type |
Definition at line 377 of file prettyprint.hpp.
|
inline |
Definition at line 379 of file prettyprint.hpp.
|
inline |
Definition at line 380 of file prettyprint.hpp.
|
inline |
Definition at line 381 of file prettyprint.hpp.
const typedef T* pretty_print::array_wrapper_n< T >::const_iterator |
Definition at line 376 of file prettyprint.hpp.