7 #ifndef BOOST_NOWIDE_DETAIL_CONVERT_HPP_INCLUDED 8 #define BOOST_NOWIDE_DETAIL_CONVERT_HPP_INCLUDED 10 #include <boost/nowide/utf/convert.hpp> std::basic_string< CharOut > convert_string(const CharIn *begin, const CharIn *end)
Definition: convert.hpp:74
size_t strlen(const Char *s)
Definition: convert.hpp:25
CharOut * convert_buffer(CharOut *buffer, size_t buffer_size, const CharIn *source_begin, const CharIn *source_end)
Definition: convert.hpp:42