piranha  0.10
Static Public Attributes | List of all members
piranha::is_ostreamable< T > Class Template Reference

Type trait for classes that can be output-streamed. More...

#include <piranha/type_traits.hpp>

Static Public Attributes

static const bool value = implementation_defined
 Value of the type trait.
 

Detailed Description

template<typename T>
class piranha::is_ostreamable< T >

Type trait for classes that can be output-streamed.

This type trait will be true if instances of type T can be directed to instances of std::ostream via the insertion operator. The operator must have a signature compatible with

std::ostream &operator<<(std::ostream &, const T &)

Definition at line 640 of file type_traits.hpp.


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