The Gaudi Framework  v29r0 (ff2e7097)
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 65 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 67 of file TupleObj.h.

68  {
69  return T( std::forward<Arg>( i ) );
70  }

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