nxt::row_t struct

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