PrevUpHomeNext

Function template operator+

boost::text::operator+

Synopsis

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


template<nf Normalization, typename Char, typename String, typename T> 
  basic_rope< Normalization, Char, String > 
  operator+(T const & x, basic_rope< Normalization, Char, String > r);

Description

Creates a new basic_rope object that is the concatenation of x and t, where x is an object for which r = x is well-formed.


PrevUpHomeNext