#include <SimpleFunctors.h>
Public Member Functions | |
Element1D (const unsigned long index) | |
Result | operator() (const Container &c) const |
Public Member Functions inherited from npstat::Functor1< Result, Container > | |
virtual | ~Functor1 () |
Private Member Functions | |
Element1D () | |
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 200 of file SimpleFunctors.h.
|
inlineexplicit |
Definition at line 202 of file SimpleFunctors.h.
|
private |
|
inlinevirtual |
Implements npstat::Functor1< Result, Container >.
Definition at line 204 of file SimpleFunctors.h.
References npstat::Element1D< Container, Result >::idx.
|
private |
Definition at line 208 of file SimpleFunctors.h.
Referenced by npstat::Element1D< Container, Result >::operator()().