PrevUpHomeNext

Struct allowed_breaks_t

boost::text::allowed_breaks_t

Synopsis

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


struct allowed_breaks_t {
};

Description

A tag type that can be passed to the lines view adaptor. Pass the constant boost::text::allowed_breaks to get lines divided by allowed and hard line breaks, instead of only by hard line breaks.


PrevUpHomeNext