CMS 3D CMS Logo

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 224 of file AssociationMap.h.

Member Typedef Documentation

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

Definition at line 226 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 227 of file AssociationMap.h.

228  {
229  return &(*c.find(i));
230  }