Toolbox snapshot
The Reactive C++ Toolbox
|
#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> | |
std::ostream & | toolbox::util::operator<< (std::ostream &os, const StringBuf< MaxN > &rhs) |