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>

Public Types

using first_argument_type = const self &
 
using result_type = const value_type *
 
using second_argument_type = size_type
 

Public Member Functions

const result_type operator() (first_argument_type c, 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>
using edm::AssociationMap< Tag >::Find::first_argument_type = const self&

Definition at line 226 of file AssociationMap.h.

template<typename Tag>
using edm::AssociationMap< Tag >::Find::result_type = const value_type *

Definition at line 228 of file AssociationMap.h.

template<typename Tag>
using edm::AssociationMap< Tag >::Find::second_argument_type = size_type

Definition at line 227 of file AssociationMap.h.

Member Function Documentation

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

Definition at line 230 of file AssociationMap.h.

References edm::AssociationMap< Tag >::find().

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