souffle  2.0.2-371-g6315b36
souffle::print_deref< T > Struct Template Reference

A functor printing elements after dereferencing it. More...

#include <StreamUtil.h>

Inheritance diagram for souffle::print_deref< T >:
Inheritance graph
Collaboration diagram for souffle::print_deref< T >:
Collaboration graph

Additional Inherited Members

- Public Member Functions inherited from souffle::detail::print< deref< T > >
void operator() (std::ostream &out, const T &value) const
 

Detailed Description

template<typename T>
struct souffle::print_deref< T >

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.


The documentation for this struct was generated from the following file: