cli11
Loading...
Searching...
No Matches
cli::detail::split_result_t Struct Referenceexport
module cli11

One argument pulled apart into a name and the text following it. More...

Public Attributes

std::string name
 The option name, with any leading dashes or slash removed.
std::string value
 The text that followed the name.

Detailed Description

One argument pulled apart into a name and the text following it.

Member Data Documentation

◆ value

std::string cli::detail::split_result_t::value

The text that followed the name.

For split_long and split_windows_style this is the value after the separator, empty when no separator was present. For split_short it is the remainder of the argument, which may hold further bundled short options rather than a value.


The documentation for this struct was generated from the following file:
  • /home/mccakit/desktop/repositories/cli11/src/split.cpp