Lines Matching refs:into
17 it can parse a string into a `VariantMap`, although in the future it might be desirable to parse
18 into any struct of any field.
24 For example, to save the values into a user-defined variant map:
105 values into its runtime value.
121 quickly map them into discrete values.
130 In general, it uses the position of the argument alias to map into the WithValues position value.
137 once, only the latest value is taken into account (and all previous occurrences of the argument are
149 Will parse something like `-Dhello -Dworld -Dbar -Dbaz` into `std::vector<std::string>{"hello",
157 This specifies that when a value is parsed, it will get saved into a variant map using the specific
166 where `ParsedValue` is an imaginary function that parses the `-help` argment into a specific type
227 Will parse multiple instances of the same argument repeatedly into the `existing_value` (which will
240 into `existing_value` as an out-parameter.
244 successfully stored, the parser will automatically save it into the target destination as a side