PrevUpHomeNext

Function template to_string

boost::text::v1::to_string

Synopsis

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


template<code_point_iter I, std::sentinel_for< I > S> 
  std::string to_string(I first, S last);

Description

Returns a UTF-8-encoded string constructed from [first, last).


PrevUpHomeNext