PrevUpHomeNext

Type insertion_normalization

boost::text::insertion_normalization

Synopsis

// In header: <boost/text/normalize_fwd.hpp>



enum insertion_normalization { insertion_normalized, insertion_not_normalized };

Description

An enumeration used with the container insert() free functions, to indicate whether the inserted text is known to be normalized.


PrevUpHomeNext