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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto wcscspn (wchar_t const *dest, wchar_t const *src) noexcept -> etl::size_t
 Returns the length of the maximum initial segment of the wide string pointed to by dest, that consists of only the characters not found in wide string pointed to by src.