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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto wcsstr (wchar_t *haystack, wchar_t *needle) noexcept -> wchar_t *
 Finds the first occurrence of the wide string needle in the wide string pointed to by haystack. The terminating null characters are not compared.
 
constexpr auto wcsstr (wchar_t const *haystack, wchar_t const *needle) noexcept -> wchar_t const *
 Finds the first occurrence of the wide string needle in the wide string pointed to by haystack. The terminating null characters are not compared.