On this page
libtmux::Snapshot::take
- Module
- libtmux
- Declared in
- Snapshot
- Package
- libtmux-cxx
- Source
- include/libtmux/snapshot.hpp
- take ( backend : std::shared_ptr< const detail::Backend > , fields : std::span< const std::string_view > , request : CommandRequest , placement : FormatArgument = FormatArgument::flag ) expected< std::shared_ptr< const Snapshot >, CommandFailure >
-
Run
requestwith this entity's fields appended and parse what came back.Rows are parsed once, here: entities hold views into them, so a second parse would invalidate every entity already handed out.
0 declared, 0 inherited