# libtmux::LoweredNode

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

## 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)
