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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

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