xtd 0.2.0
Loading...
Searching...
No Matches
xtd::stream_insertable< value_t > Struct Template Reference

Definition

template<typename value_t>
struct xtd::stream_insertable< value_t >

Represents the stream insertable concept.

Definition
template<class value_t>
Definition stream_insertable.hpp:13
Header
#include <xtd/stream_insertable>
Namespace
xtd
Library
xtd.core
Returns
true if value_t has stream insertion operator << specialization.
Examples
The following code shows how to use xtd::stream_insertable concept

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