This is a specialization of FormatterCharUtil template providing utility functions for outputting data to the objects specialized by char type and referred by the corresponding output iterator.

Synopsis

Declared in <bslfmt_formattercharutil.h>

template<>
struct FormatterCharUtil<char>;

Static Member Functions

Name

Description

outputFromChar

outputFromChar overloads

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.

Created with MrDocs