CMS 3D CMS Logo

Public Types | Static Public Member Functions

reco::Add< T > Struct Template Reference

#include <Expressions.h>

List of all members.

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 
) [inline, static]

Definition at line 105 of file Expressions.h.

    {return ( a + b );}