8 #ifndef BOOST_NOWIDE_DETAIL_CONVERT_HPP_INCLUDED 9 #define BOOST_NOWIDE_DETAIL_CONVERT_HPP_INCLUDED 11 #include <boost/nowide/utf/convert.hpp> std::basic_string< CharOut > convert_string(const CharIn *begin, const CharIn *end)
Definition: convert.hpp:75
size_t strlen(const Char *s)
Definition: convert.hpp:26
CharOut * convert_buffer(CharOut *buffer, size_t buffer_size, const CharIn *source_begin, const CharIn *source_end)
Definition: convert.hpp:43