CMS 3D CMS Logo

List of all members | Static Public Member Functions
edm::soahelper::arg_puller< I, I, Ret, F, Args... > Struct Template Reference

#include <SoATupleHelper.h>

Static Public Member Functions

static Ret pull (F const &iV, const Args &...)
 

Detailed Description

template<unsigned int I, typename Ret, typename F, typename... Args>
struct edm::soahelper::arg_puller< I, I, Ret, F, Args... >

End condition of the template recursion

Definition at line 53 of file SoATupleHelper.h.

Member Function Documentation

template<unsigned int I, typename Ret , typename F , typename... Args>
static Ret edm::soahelper::arg_puller< I, I, Ret, F, Args... >::pull ( F const &  iV,
const Args ... 
)
inlinestatic

Definition at line 54 of file SoATupleHelper.h.

54 { return iV; }