tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
wcscat.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_CWCHAR_WCSCAT_HPP
4
#define TETL_CWCHAR_WCSCAT_HPP
5
6
#include <
etl/_cstddef/size_t.hpp
>
7
#include <
etl/_strings/cstr.hpp
>
8
9
namespace
etl
{
17
constexpr
auto
wcscat
(
wchar_t
* dest,
wchar_t
const
* src) ->
wchar_t
*
18
{
19
return
etl::detail::strcat<wchar_t, etl::size_t>(dest, src);
20
}
21
}
// namespace etl
22
23
#endif
// TETL_CWCHAR_WCSCAT_HPP
cstr.hpp
etl
Definition
adjacent_find.hpp:8
etl::wcscat
constexpr auto wcscat(wchar_t *dest, wchar_t const *src) -> wchar_t *
Appends a copy of the wide string pointed to by src to the end of the wide string pointed to by dest....
Definition
wcscat.hpp:17
size_t.hpp
include
etl
_cwchar
wcscat.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0