The Gaudi Framework  v30r3 (a5ef0a68)
GaudiUtils::details::IdentityOutputter Struct Reference

#include <GaudiKernel/SerializeSTL.h>

Public Member Functions

template<typename T >
std::ostreamoperator() (std::ostream &os, T &&t) const
 

Detailed Description

Definition at line 31 of file SerializeSTL.h.

Member Function Documentation

template<typename T >
std::ostream& GaudiUtils::details::IdentityOutputter::operator() ( std::ostream os,
T &&  t 
) const
inline

Definition at line 33 of file SerializeSTL.h.

34  {
35  return os << std::forward<T>( t );
36  }

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