CYCLUS
Public Types | Public Member Functions | List of all members
pretty_print::array_wrapper_n< T > Struct Template Reference

Detailed Description

template<typename T>
struct pretty_print::array_wrapper_n< T >

Definition at line 388 of file prettyprint.hpp.

#include <prettyprint.hpp>

Public Types

typedef const T * const_iterator
 
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
 

Member Typedef Documentation

◆ const_iterator

template<typename T>
typedef const T* pretty_print::array_wrapper_n< T >::const_iterator

Definition at line 390 of file prettyprint.hpp.

◆ value_type

template<typename T>
typedef T pretty_print::array_wrapper_n< T >::value_type

Definition at line 391 of file prettyprint.hpp.

Constructor & Destructor Documentation

◆ array_wrapper_n()

template<typename T>
pretty_print::array_wrapper_n< T >::array_wrapper_n ( const T *const  a,
size_t  n 
)
inline

Definition at line 393 of file prettyprint.hpp.

Member Function Documentation

◆ begin()

template<typename T>
const_iterator pretty_print::array_wrapper_n< T >::begin ( ) const
inline

Definition at line 394 of file prettyprint.hpp.

◆ end()

template<typename T>
const_iterator pretty_print::array_wrapper_n< T >::end ( ) const
inline

Definition at line 395 of file prettyprint.hpp.


The documentation for this struct was generated from the following file: