xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd
stream_insertable
xtd::stream_insertable< value_t > Struct Template Reference
﹡ libraries
»
xtd.core
|
system
»
concepts
Definition
template<typename value_t>
struct xtd::stream_insertable< value_t >
Represents the stream insertable concept.
Definition
template
<
class
value_t>
concept
xtd::stream_insertable
;
xtd::stream_insertable
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:
xtd.core/include/xtd/
stream_insertable_.hpp
Generated on
for xtd by
Gammasoft
. All rights reserved.