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 { return os << std::forward<T>(t); }

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