The Gaudi Framework  v31r0 (aeb156f0)
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 29 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 31 of file SerializeSTL.h.

31  {
32  return os << std::forward<T>( t );
33  }

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