The Gaudi Framework  v28r3 (cc1cf868)
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.

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

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