mrdocs::rtrim
Return the substring without trailing horizontal whitespace.
Synopsis
Declared in <mrdocs/Support/String.hpp>
constexpr
std::string_view
rtrim(std::string_view const s) noexcept;
Parameters
| Name | Description |
|---|---|
s |
The string to trim. |
Created with MrDocs