Documentation for microsoft::quantum::ParameterParser::ParsedValue

Struct that contains parsed and interpreted values of command line arguments.

microsoft::quantum::ParameterParser::ParsedValue

Struct that contains parsed and interpreted values of command line arguments.

Public Attributes

Name
bool is_key
Whether or not a parsed value should be considered a key.
String value
Value after parsing.

Public Attributes Documentation

variable is_key

bool is_key {false};

Whether or not a parsed value should be considered a key.

variable value

String value;

Value after parsing.


Updated on 1 August 2023 at 16:25:10 UTC