cphot 0.1
A C++ tool for computing photometry from spectra.
pretty_print::print_container_helper< T, TChar, TCharTraits, TDelimiters >::printer< U > Struct Template Reference

#include <prettyprint.hpp>

Static Public Member Functions

static void print_body (const U &c, ostream_type &stream)
 

Detailed Description

template<typename T, typename TChar = char, typename TCharTraits = ::std::char_traits<TChar>, typename TDelimiters = delimiters<T, TChar>>
template<typename U>
struct pretty_print::print_container_helper< T, TChar, TCharTraits, TDelimiters >::printer< U >

Definition at line 116 of file prettyprint.hpp.

Member Function Documentation

◆ print_body()

template<typename T , typename TChar = char, typename TCharTraits = ::std::char_traits<TChar>, typename TDelimiters = delimiters<T, TChar>>
template<typename U >
static void pretty_print::print_container_helper< T, TChar, TCharTraits, TDelimiters >::printer< U >::print_body ( const U &  c,
ostream_type stream 
)
inlinestatic

Definition at line 118 of file prettyprint.hpp.


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