CMS 3D CMS Logo

Public Types | Public Member Functions

reco::ExprIdentity< RETType > Class Template Reference

hold basic identities More...

#include <Expressions.h>

List of all members.

Public Types

typedef RETType ArgType
typedef RETType RetType

Public Member Functions

RetType operator() (const ArgType &x) const

Detailed Description

template<class RETType>
class reco::ExprIdentity< RETType >

hold basic identities

Definition at line 69 of file Expressions.h.


Member Typedef Documentation

template<class RETType >
typedef RETType reco::ExprIdentity< RETType >::ArgType

Definition at line 73 of file Expressions.h.

template<class RETType >
typedef RETType reco::ExprIdentity< RETType >::RetType

Definition at line 72 of file Expressions.h.


Member Function Documentation

template<class RETType >
RetType reco::ExprIdentity< RETType >::operator() ( const ArgType x) const [inline]

Definition at line 75 of file Expressions.h.

References x.

  { return x; }