souffle  2.0.2-371-g6315b36
souffle::detail::is_printable< T, filter > Struct Template Reference

A type trait to check whether a given type is printable. More...

#include <StringUtil.h>

Inheritance diagram for souffle::detail::is_printable< T, filter >:
Inheritance graph
Collaboration diagram for souffle::detail::is_printable< T, filter >:
Collaboration graph

Detailed Description

template<typename T, typename filter = void>
struct souffle::detail::is_printable< T, filter >

A type trait to check whether a given type is printable.

In this general case, nothing is printable.

Definition at line 245 of file StringUtil.h.


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