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