![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/Concepts.hpp>#include <cstring>#include <string_view>#include <boost/container_hash/hash.hpp>

Go to the source code of this file.
Classes | |
| class | toolbox::util::StringBuf< MaxN > |
| String buffer with fixed upper-bound. More... | |
Namespaces | |
| namespace | toolbox |
| namespace | toolbox::util |
| namespace | std |
| STL namespace. | |
Functions | |
| template<std::size_t MaxN> | |
| constexpr std::string_view | toolbox::util::operator+ (const StringBuf< MaxN > &s) noexcept |
| template<std::size_t MaxN, typename StreamT > requires Streamable<StreamT> | |
| StreamT & | toolbox::util::operator<< (StreamT &os, const StringBuf< MaxN > &rhs) |