![]() |
Home | Libraries | People | FAQ | More |
boost::unicode::decomposed_concat
// In header: <boost/unicode/cat.hpp> template<typename Range1, typename Range2, typename OutputIterator, typename... T> OutputIterator decomposed_concat(const Range1 & range1, const Range2 & range2, OutputIterator out, const T &... args);
Concatenates two ranges of UTF code units and puts the result in out
. Throws std::out_of_range
if the input or resulting strings are not stream-safe.
Requires: |
|
Postconditions: |
|