Convert upper‐case characters in string to lower case.

Synopsis

Declared in <bdlb_string.h>

static
void
toLower(std::string* string);

Parameters

Name

Description

string

string to convert

Created with MrDocs