BloombergLP::bslfmt::FormatterCharUtil<char>

FormatterCharUtil specialization for char output.

Synopsis

Declared in <bslfmt_formattercharutil.h>

template<>
struct FormatterCharUtil<char>;

Description

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.

Static Member Functions

NameDescription
outputFromChar outputFromChar overloads
toUpper Convert the characters in [begin, end) to uppercase in place.]