BloombergLP::bslfmt::FormatterCharUtil<char>::toUpper

Convert all characters in the sequence starting at the specified begin address and ending immediately before the specified end address to uppercase. Note that conversion happens in-place. The behavior is undefined unless begin <= end.

Synopsis

Declared in <bslfmt_formattercharutil.h>

static
void
toUpper(
    char* begin,
    char const* end);