souffle  2.0.2-371-g6315b36
souffle::detail::declval< std::ostream & >()<< std::declval< T >()), void >::type > Struct Template Reference

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

#include <StringUtil.h>

Inheritance diagram for souffle::detail::declval< std::ostream & >()<< std::declval< T >()), void >::type >:
Inheritance graph
Collaboration diagram for souffle::detail::declval< std::ostream & >()<< std::declval< T >()), void >::type >:
Collaboration graph

Detailed Description

template<typename T>
struct souffle::detail::declval< std::ostream & >()<< std::declval< T >()), void >::type >

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

This specialization makes types with an output operator printable.

Definition at line 252 of file StringUtil.h.


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