Toolbox
snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
toolbox
util
Streamable
toolbox::util::Streamable Concept Reference
#include <
toolbox/util/Concepts.hpp
>
Concept definition
template
<
typename
T>
concept
toolbox::util::Streamable
=
requires
(T& os) {
os.put(std::declval<char>());
os.write(std::declval<const char*>(), std::declval<std::size_t>());
}
toolbox::util::Streamable
Definition
Concepts.hpp:39
Detailed Description
Definition at line
39
of file
Concepts.hpp
.
Generated by
1.9.8