|
piranha
0.10
|
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. | |
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
Definition at line 640 of file type_traits.hpp.
1.8.14