CYCLUS
Public Types | Public Attributes | List of all members
pretty_print::delimiters_values< TChar > Struct Template Reference

Detailed Description

template<typename TChar>
struct pretty_print::delimiters_values< TChar >

Definition at line 82 of file prettyprint.hpp.

#include <prettyprint.hpp>

Public Types

typedef TChar char_type
 

Public Attributes

const TChar * delimiter
 
const TChar * postfix
 
const TChar * prefix
 

Member Typedef Documentation

◆ char_type

template<typename TChar>
typedef TChar pretty_print::delimiters_values< TChar >::char_type

Definition at line 84 of file prettyprint.hpp.

Member Data Documentation

◆ delimiter

template<typename TChar>
const TChar* pretty_print::delimiters_values< TChar >::delimiter

Definition at line 86 of file prettyprint.hpp.

◆ postfix

template<typename TChar>
const TChar* pretty_print::delimiters_values< TChar >::postfix

Definition at line 87 of file prettyprint.hpp.

◆ prefix

template<typename TChar>
const TChar* pretty_print::delimiters_values< TChar >::prefix

Definition at line 85 of file prettyprint.hpp.


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