extracts a numeric value from the start of the string
None
Returns the unused part of the string as well as the extracted numeric value (real or integer).
The function succeeds if the string starts with a numeric literal in decimal, octal, hexadecimal or binary notation (integers only).
If the function fails then the unaltered string and std::undefined are returned.
std_types::string/std::parse_integer |