Boost.Nowide
convert.hpp
1 //
2 // Copyright (c) 2020 Alexander Grund
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See
5 // accompanying file LICENSE or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8 #ifndef BOOST_NOWIDE_DETAIL_CONVERT_HPP_INCLUDED
9 #define BOOST_NOWIDE_DETAIL_CONVERT_HPP_INCLUDED
10 
11 #include <boost/nowide/utf/convert.hpp>
12 
13 // Legacy compatibility header only. Include <boost/nowide/utf/convert.hpp> instead
14 
15 namespace boost {
16 namespace nowide {
17  namespace detail {
21  } // namespace detail
22 } // namespace nowide
23 } // namespace boost
24 
25 #endif
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