PrevUpHomeNext

Macro BOOST_TEXT_STRING_INSERT_MAX

BOOST_TEXT_STRING_INSERT_MAX

Synopsis

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

BOOST_TEXT_STRING_INSERT_MAX

Description

When you insert into a rope, the incoming sequence may be inserted as a new segment, or if it falls within an existing string-segment, it may be inserted into the string object used to represent that segment. This only happens if the incoming sequence will fit within the existing segment's capacity, or if the segment is smaller than a certain limit. BOOST_TEXT_STRING_INSERT_MAX is that limit.


PrevUpHomeNext