#include <SimpleFunctors.h>
Public Member Functions | |
Element1D (const unsigned long index) | |
Element1D ()=delete | |
Result | operator() (const Container &c) const |
Public Member Functions inherited from npstat::Functor1< Result, Container > | |
virtual | ~Functor1 () |
Private Attributes | |
unsigned long | idx |
Additional Inherited Members | |
Public Types inherited from npstat::Functor1< Result, Container > | |
typedef Container | first_argument_type |
typedef Result | result_type |
Functor which extracts a given element from a random access linear container without bounds checking
Definition at line 184 of file SimpleFunctors.h.
|
inlineexplicit |
Definition at line 185 of file SimpleFunctors.h.
|
delete |
|
inlinevirtual |
Implements npstat::Functor1< Result, Container >.
Definition at line 187 of file SimpleFunctors.h.
References HltBtagPostValidation_cff::c, and npstat::Element1D< Container, Result >::idx.
|
private |
Definition at line 192 of file SimpleFunctors.h.
Referenced by npstat::Element1D< Container, Result >::operator()(), ntupleDataFormat.TrackMatchInfo::track(), and ntupleDataFormat.TrackingParticleMatchInfo::trackingParticle().