Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

libtmux::parse_lookup

C++
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++
  • Swift Unavailable

View as Markdown

Module
libtmux
Package
libtmux-cxx
Source
include/libtmux/legacy_lookup.hpp
parse_lookup ( typename Entity , term : std::string_view , fields : std::span< const StringFieldHandle< Entity > > ) → typename Entity
function [source]
function [source]
parse_lookup

Parse one field[__lookup]=value term against a caller-supplied field table.

The value is taken verbatim after the first =, so a value containing = or __ survives unchanged; only the key is split.

0 declared, 0 inherited

Esc

Type to search.