PrevUpHomeNext

Function template operator+

boost::text::operator+

Synopsis

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


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

Description

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


PrevUpHomeNext