opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
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&>;
}
Definition string_helpers.h:72
constexpr U to(T &&value)
Definition conversion.h:56