CMS 3D CMS Logo

Public Types | Public Member Functions

edm::AssociationMap< Tag >::Find Struct Reference

find helper More...

#include <AssociationMap.h>

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

List of all members.

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


Member Typedef Documentation

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

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

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