row_t struct
#include <nxt/units.hpp>
Strong type for a zero-based terminal row.
Public functions
-
auto index() const → std::
size_t constexpr noexcept - Return the raw zero-based row index.
-
auto operator+=(height_
t dy) → row_ t& constexpr noexcept
Public variables
-
std::
size_t v - Zero-based row index.
Friends
-
auto operator<=>(row_
t, row_ t) → auto defaulted constexpr noexcept -
auto operator==(row_
t, row_ t) → bool defaulted constexpr noexcept