|
emlabcpp
modern opinionated embedded C++ library
|
#include <algorithm>#include <array>#include <cstring>#include <string_view>
Include dependency graph for string_buffer.h:Go to the source code of this file.
Classes | |
| struct | emlabcpp::string_buffer< N > |
| struct | emlabcpp::bits::is_string_buffer< T > |
| struct | emlabcpp::bits::is_string_buffer< string_buffer< N > > |
Namespaces | |
| emlabcpp | |
| MIT License. | |
| emlabcpp::bits | |
Functions | |
| template<std::size_t N> | |
| std::ostream & | emlabcpp::operator<< (std::ostream &os, string_buffer< N > const &sb) |
Variables | |
| template<typename T > | |
| concept | emlabcpp::is_string_buffer_v = bits::is_string_buffer< T >::value |