# libtmux::Session::expand

- **Module:** libtmux::Session
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/entities.hpp#L377
- **Page:** https://libtmux.org/reference/cxx/libtmux-session-expand/

```
libtmux::Session::expand(format: std::string_view) -> expected< std::string, CommandFailure >
```

Ask tmux to expand a format against this session.

The fields above are what a session is; this reaches the rest of tmux's vocabulary without a method per variable.

A target tmux cannot find is not an error to tmux. It expands the fields it cannot resolve to nothing, prints the literals around them, and exits zero — so a session that has been killed answers with a blank that reads like a value. This asks for the session's own id alongside the caller's format and reports `missing` when the answer is not this session.
