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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

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