tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
namespace | etl |
Functions | |
constexpr auto | wcspbrk (wchar_t *dest, wchar_t *breakset) noexcept -> wchar_t * |
Finds the first character in wide string pointed to by dest, that is also in wide string pointed to by str. | |
constexpr auto | wcspbrk (wchar_t const *dest, wchar_t const *breakset) noexcept -> wchar_t const * |
Finds the first character in wide string pointed to by dest, that is also in wide string pointed to by str. | |