GaudiUtils::detail::IdentityOutputter Struct Reference

#include </tmp/marcocle/lhcb-release/1122/GAUDI/GAUDI_v27r0/InstallArea/x86_64-slc6-gcc49-opt/include/GaudiKernel/SerializeSTL.h>

Public Member Functions

template<typename T >
std::ostream & operator() (std::ostream &os, T &&t) const
 
template<typename T >
std::ostream & operator() (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::detail::IdentityOutputter::operator() ( std::ostream &  os,
T &&  t 
) const
inline

Definition at line 31 of file SerializeSTL.h.

31 { return os << std::forward<T>(t); }
template<typename T >
std::ostream& GaudiUtils::detail::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: