PrevUpHomeNext

Header <boost/text/string_utility.hpp>

namespace boost {
  namespace text {
    namespace v1 {
      template<code_point_iter I, std::sentinel_for< I > S> 
        std::string to_string(I, S);
      template<code_point_range R> std::string to_string(R const &);
    }
  }
}

PrevUpHomeNext