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 103 of file operations.h.
|
inline |
1.8.5