# libtmux::Referenced

- **Module:** libtmux
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** typealias
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/393d4b0ad666f18a6581f1eb281741a75a7503f0/include/libtmux/cardinality.hpp#L35
- **Page:** https://libtmux.org/en/cxx/latest/reference/libtmux-referenced/

A borrowed element of a range, rather than a copy of it.

These lookups reference an element of the range they were given, so the range has to outlive the result. That is why they take an lvalue.
