#include <SimpleFunctors.h>
Public Member Functions | |
Element1DAt (const unsigned long index) | |
Result | operator() (const Container &c) const |
Public Member Functions inherited from npstat::Functor1< Result, Container > | |
virtual | ~Functor1 () |
Private Member Functions | |
Element1DAt () | |
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 with bounds checking
Definition at line 216 of file SimpleFunctors.h.
|
inlineexplicit |
Definition at line 218 of file SimpleFunctors.h.
|
private |
|
inlinevirtual |
Implements npstat::Functor1< Result, Container >.
Definition at line 220 of file SimpleFunctors.h.
References npstat::Element1DAt< Container, Result >::idx.
|
private |
Definition at line 224 of file SimpleFunctors.h.
Referenced by npstat::Element1DAt< Container, Result >::operator()().