# libtmux::LoweredNode

- **Module:** libtmux
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/393d4b0ad666f18a6581f1eb281741a75a7503f0/include/libtmux/lowered_node.hpp#L20
- **Page:** https://libtmux.org/en/cxx/latest/reference/libtmux-lowerednode/

One node of a filter after it has been reduced to what tmux's `-f` format language can express.

## Members

- `Kind` (enum)
- `kind` (attribute)
- `name` (attribute): Field name for a test, relation name for a relation, empty otherwise.
- `op` (attribute)
- `operand` (attribute)
- `number` (attribute): The value a number_test compares against, kept as a number so a future tmux `-f` compiler does not have to parse it back out of the operand.
- `conjunction` (attribute)
- `expected` (attribute)
- `quantifier` (attribute)
