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