xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
stream_insertable.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
raw_type.hpp
"
6
#include <concepts>
7
#include <ostream>
8
10
namespace
xtd
{
11
// Since Doxygen does not work properly with the C++ concept, the documentation for this concept is declared in xtd/stream_insertable_.hpp
12
template
<
typename
value_t>
13
concept
stream_insertable
=
requires
(std::ostream& os, value_t&&
v
) {os << std::forward<value_t>(
v
);};
14
}
xtd::stream_insertable
Definition
stream_insertable.hpp:13
xtd::console_key::v
@ v
The V key.
Definition
console_key.hpp:130
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
raw_type.hpp
Contains xtd::raw_type alias.
Generated on
for xtd by
Gammasoft
. All rights reserved.