souffle
2.0.2-371-g6315b36
|
A functor printing elements after dereferencing it. More...
#include <StreamUtil.h>
Additional Inherited Members | |
Public Member Functions inherited from souffle::detail::print< deref< T > > | |
void | operator() (std::ostream &out, const T &value) const |
A functor printing elements after dereferencing it.
This functor is mainly intended to be utilized when printing sequences of elements of a pointer type when using the join function below.
Definition at line 166 of file StreamUtil.h.