GRSISort
Created by P.C. Bender
Developement Team: P.C. Bender, R. Dunlop, V. Bildstein
An extension of the ROOT analysis Framework
grsi Namespace Reference

Classes

struct  exit_exception
 

Functions

template<typename T >
void Append (std::stringstream &stream, const T &tail)
 
template<typename T , typename... U>
void Append (std::stringstream &stream, const T &head, const U &... tail)
 
template<typename T , typename... U>
std::string Stringify (const T &head, const U &... tail)
 

Function Documentation

◆ Append() [1/2]

template<typename T >
void grsi::Append ( std::stringstream &  stream,
const T &  tail 
)

Definition at line 99 of file Globals.h.

Referenced by Append(), and Stringify().

◆ Append() [2/2]

template<typename T , typename... U>
void grsi::Append ( std::stringstream &  stream,
const T &  head,
const U &...  tail 
)

Definition at line 106 of file Globals.h.

References Append().

◆ Stringify()

template<typename T , typename... U>
std::string grsi::Stringify ( const T &  head,
const U &...  tail 
)

Definition at line 116 of file Globals.h.

References Append().