libtmux::StringFieldHandle
C++
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++
- Swift Unavailable
- Module
- libtmux
- Package
- libtmux-cxx
- Source
- include/libtmux/filter_expr.hpp
-
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%10before%9.
5 declared, 0 inherited
Members
- starts_with method
- contains method
- ends_with method
- field attribute
- iequals method