CYCLUS
Static Public Member Functions | List of all members
pretty_print::pretty_tuple_helper< Tuple, N, TChar, TCharTraits > Struct Template Reference

Detailed Description

template<typename Tuple, size_t N, typename TChar, typename TCharTraits>
struct pretty_print::pretty_tuple_helper< Tuple, N, TChar, TCharTraits >

Definition at line 328 of file prettyprint.hpp.

#include <prettyprint.hpp>

Static Public Member Functions

static void print (::std::basic_ostream< TChar, TCharTraits > &stream, const Tuple &value)
 

Member Function Documentation

◆ print()

template<typename Tuple, size_t N, typename TChar, typename TCharTraits>
static void pretty_print::pretty_tuple_helper< Tuple, N, TChar, TCharTraits >::print ( ::std::basic_ostream< TChar, TCharTraits > &  stream,
const Tuple &  value 
)
inlinestatic

Definition at line 330 of file prettyprint.hpp.


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