rsl 1.1.0
ROS Support Library
|
#include <array>
#include <cassert>
#include <string>
#include <string_view>
Go to the source code of this file.
Classes | |
class | rsl::StaticString< capacity > |
Fixed capacity string with an implicit conversion to std::string_view. Capacity is specified as a template parameter. At runtime one may use up to the specified capacity. More... | |
Functions | |
template<size_t capacity> | |
auto | rsl::to_string (StaticString< capacity > const &static_string) |
Explicit conversion to std::string. | |