tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
wmemchr.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto wmemchr (wchar_t *ptr, wchar_t ch, etl::size_t count) noexcept -> wchar_t *
 Locates the first occurrence of wide character ch in the initial count wide characters of the wide character array pointed to by ptr.
 
constexpr auto wmemchr (wchar_t const *ptr, wchar_t ch, etl::size_t count) noexcept -> wchar_t const *
 Locates the first occurrence of wide character ch in the initial count wide characters of the wide character array pointed to by ptr.