The Gaudi Framework  v31r0 (aeb156f0)
Tuples::detail::to_< T > Struct Template Reference

#include <GaudiAlg/TupleObj.h>

Public Member Functions

template<typename Arg >
operator() (Arg &&i) const
 

Detailed Description

template<typename T>
struct Tuples::detail::to_< T >

Definition at line 63 of file TupleObj.h.

Member Function Documentation

template<typename T >
template<typename Arg >
T Tuples::detail::to_< T >::operator() ( Arg &&  i) const
inline

Definition at line 65 of file TupleObj.h.

65  {
66  return T( std::forward<Arg>( i ) );
67  }

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