The Gaudi Framework  master (594c33fa)
Gaudi::Utils::TuplePrinter< Tuple, N > Struct Template Reference

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/ToStream.h>

Static Public Member Functions

static std::ostreamtoStream (const Tuple &t, std::ostream &s)
 

Detailed Description

template<class Tuple, std::size_t N>
struct Gaudi::Utils::TuplePrinter< Tuple, N >

Definition at line 316 of file ToStream.h.

Member Function Documentation

◆ toStream()

template<class Tuple , std::size_t N>
static std::ostream& Gaudi::Utils::TuplePrinter< Tuple, N >::toStream ( const Tuple &  t,
std::ostream s 
)
inlinestatic

Definition at line 317 of file ToStream.h.

317  {
319  return Gaudi::Utils::toStream( std::get<N - 1>( t ), s );
320  }

The documentation for this struct was generated from the following file:
gaudirun.s
string s
Definition: gaudirun.py:346
bug_34121.t
t
Definition: bug_34121.py:31
Gaudi::Utils::toStream
std::ostream & toStream(ITERATOR first, ITERATOR last, std::ostream &s, const std::string &open, const std::string &close, const std::string &delim)
the helper function to print the sequence
Definition: ToStream.h:300
Gaudi::Utils::TuplePrinter::toStream
static std::ostream & toStream(const Tuple &t, std::ostream &s)
Definition: ToStream.h:317