CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Static Public Member Functions
reco::Add< T > Struct Template Reference

#include <Expressions.h>

Public Types

typedef T RetType
 

Static Public Member Functions

static RetType apply (const RetType &a, const RetType &b)
 

Detailed Description

template<class T>
struct reco::Add< T >

Definition at line 103 of file Expressions.h.

Member Typedef Documentation

template<class T >
typedef T reco::Add< T >::RetType

Definition at line 104 of file Expressions.h.

Member Function Documentation

template<class T >
static RetType reco::Add< T >::apply ( const RetType a,
const RetType b 
)
inlinestatic