cphot 0.1
A C++ tool for computing photometry from spectra.
pretty_print::array_wrapper_n< T > Struct Template Reference

#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
 

Detailed Description

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

Definition at line 374 of file prettyprint.hpp.

Member Typedef Documentation

◆ value_type

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

Definition at line 377 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 379 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 380 of file prettyprint.hpp.

◆ end()

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

Definition at line 381 of file prettyprint.hpp.

Member Data Documentation

◆ const_iterator

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

Definition at line 376 of file prettyprint.hpp.


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