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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto strpbrk (char *dest, char *breakset) noexcept -> char *
 Scans the null-terminated byte string pointed to by dest for any character from the null-terminated byte string pointed to by breakset, and returns a pointer to that character.
 
constexpr auto strpbrk (char const *dest, char const *breakset) noexcept -> char const *
 Scans the null-terminated byte string pointed to by dest for any character from the null-terminated byte string pointed to by breakset, and returns a pointer to that character.