opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
osc
OutputStreamable
osc::OutputStreamable Concept Reference
#include <
string_helpers.h
>
Concept definition
template
<
typename
T>
concept
osc::OutputStreamable
=
requires
(
T
v
, std::ostream&
o
) {
{
o
<<
v
} -> std::same_as<std::ostream&>;
}
osc::OutputStreamable
Definition
string_helpers.h:72
osc::Key::T
@ T
osc::to
constexpr U to(T &&value)
Definition
conversion.h:56
Generated by
1.9.8