LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Functor dereferencing the operand. More...
#include "operations.h"
Public Member Functions | |
template<typename T > | |
decltype(auto) | operator() (T &&ptr) const |
Returns *ptr . More... | |
Functor dereferencing the operand.
util::dereference()
Example:
will fill the vector values
with the values pointed by the elements in ptrs
.
Definition at line 104 of file operations.h.
|
inline |