tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
wcslen.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_CWCHAR_WCSLEN_HPP
4
#define TETL_CWCHAR_WCSLEN_HPP
5
6
#include <
etl/_cstddef/size_t.hpp
>
7
#include <
etl/_strings/cstr.hpp
>
8
9
namespace
etl
{
12
constexpr
auto
wcslen
(
wchar_t
const
* str) ->
size_t
{
return
etl::detail::strlen<wchar_t, size_t>(str); }
13
}
// namespace etl
14
15
#endif
// TETL_CWCHAR_WCSLEN_HPP
cstr.hpp
etl
Definition
adjacent_find.hpp:8
etl::wcslen
constexpr auto wcslen(wchar_t const *str) -> size_t
Returns the length of a wide string, that is the number of non-null wide characters that precede the ...
Definition
wcslen.hpp:12
size_t.hpp
include
etl
_cwchar
wcslen.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0