Functor returning the object specified as argument. More...
#include <NestedIterator.h>
Public Types | |
typedef T | argument_type |
typedef T | result_type |
Public Member Functions | |
result_type & | operator() (argument_type &x) const |
const result_type & | operator() (const argument_type &x) const |
Functor returning the object specified as argument.
Definition at line 48 of file NestedIterator.h.
typedef T lar::Identity< T >::argument_type |
Definition at line 125 of file NestedIterator.h.
typedef T lar::Identity< T >::result_type |
Definition at line 126 of file NestedIterator.h.
|
inline |
Definition at line 128 of file NestedIterator.h.
|
inline |
Definition at line 129 of file NestedIterator.h.