PrevUpHomeNext

Function template operator+

boost::text::operator+

Synopsis

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


template<typename Char, typename String, typename T> 
  basic_unencoded_rope< Char, String > 
  operator+(T const & x, basic_unencoded_rope< Char, String > ur);

Description

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


PrevUpHomeNext