Convert lower‐case characters in string to upper case.
Synopsis
Declared in <bdlb_string.h>
static
void
toUpper(std::string* string);
Parameters
Name |
Description |
string |
string to convert |
Created with MrDocs
Convert lower‐case characters in string to upper case.
Declared in <bdlb_string.h>
static
void
toUpper(std::string* string);
Name |
Description |
string |
string to convert |
Created with MrDocs