DESY Hbb Analysis Framework
Static Public Member Functions | List of all members
std::tuple_printer< Type, N, Last > Struct Template Reference

#include <Utilities.h>

Static Public Member Functions

static void print (std::ostream &out, const Type &value)
 

Detailed Description

template<typename Type, unsigned N, unsigned Last>
struct std::tuple_printer< Type, N, Last >

Definition at line 19 of file Utilities.h.

Member Function Documentation

template<typename Type , unsigned N, unsigned Last>
static void std::tuple_printer< Type, N, Last >::print ( std::ostream &  out,
const Type &  value 
)
inlinestatic

Definition at line 21 of file Utilities.h.

Referenced by std::operator<<().

21  {
22  out << std::get<N>(value) << ", ";
24  }
static void print(std::ostream &out, const Type &value)
Definition: Utilities.h:21

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