souffle
2.0.2-371-g6315b36
|
A functor dereferencing a given type. More...
#include <StreamUtil.h>
Public Member Functions | |
auto | operator() (const T &t) const -> decltype(*t) |
auto | operator() (T &t) const -> decltype(*t) |
A functor dereferencing a given type.
T | some arbitrary type with an overloaded * operator (deref) |
Definition at line 151 of file StreamUtil.h.
|
inline |
Definition at line 155 of file StreamUtil.h.
|
inline |
Definition at line 152 of file StreamUtil.h.
Referenced by souffle::id< T >::operator()().