The Gaudi Framework  v36r9p1 (5c15b2bb)
GaudiUtils::details::IdentityOutputter Struct Reference

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

Public Member Functions

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

Detailed Description

Definition at line 65 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 67 of file SerializeSTL.h.

67  {
68  return os << std::forward<T>( t );
69  }

The documentation for this struct was generated from the following file:
bug_34121.t
t
Definition: bug_34121.py:30