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

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto strrchr (char *str, int ch) noexcept -> char *
 Finds the last occurrence of the character static_cast<char>(ch) in the byte string pointed to by str.
 
constexpr auto strrchr (char const *str, int ch) noexcept -> char const *
 Finds the last occurrence of the character static_cast<char>(ch) in the byte string pointed to by str.