LArSoft
v09_90_00
Liquid Argon Software toolkit - https://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 46 of file NestedIterator.h.
typedef T lar::Identity< T >::argument_type |
Definition at line 117 of file NestedIterator.h.
typedef T lar::Identity< T >::result_type |
Definition at line 118 of file NestedIterator.h.
|
inline |
|
inline |