PrevUpHomeNext

Function template to_string

boost::text::v1::to_string

Synopsis

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


template<code_point_range R> std::string to_string(R const & r);

Description

Returns a UTF-8-encoded string constructed from range.


PrevUpHomeNext