Operation StringVector
<<const>> splitValues (char delimiter = ':'), in Class string_list_parser
Documentation
Split the delimiter separated list of values into its
constituent values.
Returns a vector of strings (the individual values)
Example: for the input string ":Abc:Def" and delimiter
':', a three element vector is returned:
[0] ""
[1] "Abc"
[2] "Def"
Protocol | | Qualification | |
Exceptions | | Size | |
Time | | Concurrency | Sequential |
Export Control | PublicAccess | | |
Preconditions
Postconditions
Semantics