The Gaudi Framework  v40r0 (475e45c1)
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 78 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 80 of file SerializeSTL.h.

80  {
81  return os << std::forward<T>( t );
82  }

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