LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
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 |
|
inline |