StrvBuilder.addv
void addv(string[] value)Appends all the strings in the given vector to the builder.
Since 2.70
Parameters
value | the vector of strings to add |
void addv(string[] value)Appends all the strings in the given vector to the builder.
Since 2.70
value | the vector of strings to add |