CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions
edm::AssociationMap< Tag >::Find Struct Reference

find helper More...

#include <AssociationMap.h>

Inheritance diagram for edm::AssociationMap< Tag >::Find:

Public Types

typedef Find self
 

Public Member Functions

const value_typeoperator() (typename self::first_argument_type c, typename self::second_argument_type i)
 

Detailed Description

template<typename Tag>
struct edm::AssociationMap< Tag >::Find

find helper

Definition at line 137 of file AssociationMap.h.

Member Typedef Documentation

template<typename Tag>
typedef Find edm::AssociationMap< Tag >::Find::self

Definition at line 139 of file AssociationMap.h.

Member Function Documentation

template<typename Tag>
const value_type* edm::AssociationMap< Tag >::Find::operator() ( typename self::first_argument_type  c,
typename self::second_argument_type  i 
)
inline

Definition at line 140 of file AssociationMap.h.

141  {
142  return &(*c.find(i));
143  }
int i
Definition: DBlmapReader.cc:9