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

#include <toolbox/util/OStreamBase.hpp>

Concept definition

template<class T>
concept toolbox::util::detail::AllowedNumeric = AllowedIntegral<T> || std::floating_point<T>

Detailed Description

Definition at line 61 of file OStreamBase.hpp.