|
Sequoia
|
Type-safe mechanism for indentations. More...
#include <Indent.hpp>
Public Types | |
| using | size_type = std::string::size_type |
Public Member Functions | |
| indentation (std::string s) | |
| operator std::string_view () const noexcept | |
| indentation & | append (size_type count, char c) |
| indentation & | append (const std::string &s) |
| indentation & | trim (size_type count) |
Friends | |
| indentation | operator+ (const indentation &lhs, const indentation &rhs) |
| bool | operator== (const indentation &, const indentation &) noexcept=default |
Type-safe mechanism for indentations.