CMS 3D CMS Logo

List of all members | Static Public Member Functions
std::tuple_printer< Type, N, N > 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>
struct std::tuple_printer< Type, N, N >

Definition at line 30 of file Utilities.h.

Member Function Documentation

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

Definition at line 32 of file Utilities.h.

References relativeConstraints::value.

32  {
33  out << std::get<N>(value);
34  }