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