The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
GaudiUtils::details::IdentityOutputter Struct Reference

#include </builds/gaudi/Gaudi/GaudiKernel/include/GaudiKernel/SerializeSTL.h>

Public Member Functions

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

Detailed Description

Definition at line 68 of file SerializeSTL.h.

Member Function Documentation

◆ operator()()

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

Definition at line 70 of file SerializeSTL.h.

70 {
71 return os << std::forward<T>( t );
72 }

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