libtmux::FilterExpr
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 filter over one entity type, as a value.
Owns every operand it compares against, so it outlives the call that built it and can be stored and copied. The node set is a closed variant rather than an expression template, which is what lets the same value both filter a range already in memory and be translated to a tmux
-fformat later.Discussed in Filtering and queries
4 declared, 0 inherited
Members
- ~FilterExpr method
- FilterExpr method
- node method
- Node typealias