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()
will fill the vector values
with the values pointed by the elements in ptrs
.
Definition at line 103 of file operations.h.
|
inline |