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

Member Typedef Documentation

◆ first_argument_type

template<typename Tag>
using edm::AssociationMap< Tag >::Find::first_argument_type = const self&

Definition at line 237 of file AssociationMap.h.

◆ result_type

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

Definition at line 239 of file AssociationMap.h.

◆ second_argument_type

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

Definition at line 238 of file AssociationMap.h.

Member Function Documentation

◆ operator()()

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

Definition at line 241 of file AssociationMap.h.

References c, and mps_fire::i.

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