7#include "../utility/utility.hpp"
8#include "../macros.hpp"
10hi_export_module(hikogui.codec.indent);
12namespace hi {
inline namespace v1 {
@ other
The gui_event does not have associated data.
DOXYGEN BUG.
Definition algorithm.hpp:16
geometry/margins.hpp
Definition lookahead_iterator.hpp:5
constexpr Out narrow_cast(In const &rhs) noexcept
Cast numeric values without loss of precision.
Definition cast.hpp:377
Indentation for writing out text files.
Definition indent.hpp:18
constexpr indent & operator+=(int rhs) noexcept
Increase the depth of this indentation.
Definition indent.hpp:44
constexpr friend indent operator+(indent lhs, int rhs) noexcept
Get an indentation at increased depth.
Definition indent.hpp:60
constexpr indent(int spaces, char space=' ') noexcept
Constructor This constructor will start indentation at depth 0.
Definition indent.hpp:33
constexpr indent & operator++() noexcept
Increment the depth of this indentation.
Definition indent.hpp:52