Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
toolbox::util::detail::InheritsBasicOStream Concept Reference

#include <toolbox/util/OStreamBase.hpp>

Concept definition

template<class T>
std::is_base_of_v<OStreamBase<std::remove_cvref_t<T>>, std::remove_cvref_t<T>>

Detailed Description

Definition at line 67 of file OStreamBase.hpp.