souffle
2.0.2-371-g6315b36
|
A utility class required for the implementation of the times function. More...
#include <StreamUtil.h>
Public Member Functions | |
multiplying_printer (const T &value, unsigned times) | |
Data Fields | |
unsigned | times |
const T & | value |
Friends | |
std::ostream & | operator<< (std::ostream &out, const multiplying_printer &printer) |
A utility class required for the implementation of the times function.
Definition at line 304 of file StreamUtil.h.
|
inline |
|
friend |
Definition at line 309 of file StreamUtil.h.
unsigned souffle::detail::multiplying_printer< T >::times |
Definition at line 306 of file StreamUtil.h.
const T& souffle::detail::multiplying_printer< T >::value |
Definition at line 305 of file StreamUtil.h.