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