Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux::StringFieldHandle

C++
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++
  • Swift Unavailable

View as Markdown

Module
libtmux
Package
libtmux-cxx
Source
include/libtmux/filter_expr.hpp
struct libtmux::StringFieldHandle
struct [source]
struct [source]
struct libtmux::StringFieldHandle

A typed field handle.

Only the operations a field's type actually supports are declared, so pane::active.starts_with(...) is a compile error rather than a runtime surprise.

A handle also reads a row, so the same name serves as a ranges projection — and a flag handle as a predicate — rather than a lambda that spells the accessor a second time. sort(panes, {}, pane::index) then orders by the number tmux rendered, where projecting the text puts %10 before %9.

5 declared, 0 inherited

Members

Esc

Type to search.