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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto wcsrchr (wchar_t *str, int ch) -> wchar_t *
 Finds the last occurrence of the wide character ch in the wide string pointed to by str.
 
constexpr auto wcsrchr (wchar_t const *str, int ch) -> wchar_t const *
 Finds the last occurrence of the wide character ch in the wide string pointed to by str.