PrevUpHomeNext

Function template bidirectional_subranges

boost::text::v1::bidirectional_subranges

Synopsis

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


template<typename Extent, typename Func> 
  unspecified bidirectional_subranges(Extent max_extent, Func cp_extent, 
                                      int paragraph_embedding_level = -1, 
                                      bool break_overlong_lines = true);

Description

Returns a view adaptor that can combined with a code_point_range or grapheme_range r, as in r | bidirectional_subranges(80, func).


PrevUpHomeNext