Toolbox snapshot
The Reactive C++ Toolbox
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
StringBuf.hpp File Reference
#include <cstring>
#include <string_view>
#include <boost/container_hash/hash.hpp>
Include dependency graph for StringBuf.hpp:
This graph shows which files directly or indirectly include this file:

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)