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+(basic_unencoded_rope< Char, String > ur, T const & x);

Description

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


PrevUpHomeNext