Loading [MathJax]/extensions/tex2jax.js
The Gaudi Framework  master (f31105fd)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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 79 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 81 of file SerializeSTL.h.

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

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