CYCLUS
Public Member Functions | List of all members
pretty_print::custom_delims_wrapper< T, Delims > Struct Template Reference

Detailed Description

template<typename T, typename Delims>
struct pretty_print::custom_delims_wrapper< T, Delims >

Definition at line 232 of file prettyprint.hpp.

#include <prettyprint.hpp>

Inheritance diagram for pretty_print::custom_delims_wrapper< T, Delims >:
Inheritance graph
[legend]

Public Member Functions

 custom_delims_wrapper (const T &t_)
 
::std::ostream & stream (::std::ostream &s)
 
::std::wostream & stream (::std::wostream &s)
 
- Public Member Functions inherited from pretty_print::custom_delims_base
virtual ~custom_delims_base ()
 

Constructor & Destructor Documentation

◆ custom_delims_wrapper()

template<typename T , typename Delims >
pretty_print::custom_delims_wrapper< T, Delims >::custom_delims_wrapper ( const T &  t_)
inline

Definition at line 234 of file prettyprint.hpp.

Member Function Documentation

◆ stream() [1/2]

template<typename T , typename Delims >
::std::ostream& pretty_print::custom_delims_wrapper< T, Delims >::stream ( ::std::ostream &  s)
inlinevirtual

Implements pretty_print::custom_delims_base.

Definition at line 236 of file prettyprint.hpp.

◆ stream() [2/2]

template<typename T , typename Delims >
::std::wostream& pretty_print::custom_delims_wrapper< T, Delims >::stream ( ::std::wostream &  s)
inlinevirtual

Implements pretty_print::custom_delims_base.

Definition at line 240 of file prettyprint.hpp.


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