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 62 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 64 of file TupleObj.h.

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

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