|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Namespaces | |
| namespace | etl |
| namespace | etl::strings |
Functions | |
| template<typename CharT , typename Traits > | |
| constexpr auto | rfind (basic_string_view< CharT, Traits > haystack, basic_string_view< CharT, Traits > needle, typename basic_string_view< CharT, Traits >::size_type pos) noexcept -> typename basic_string_view< CharT, Traits >::size_type |
| template<typename CharT , typename Traits > | |
| constexpr auto | rfind (basic_string_view< CharT, Traits > haystack, CharT character, typename basic_string_view< CharT, Traits >::size_type pos) noexcept -> typename basic_string_view< CharT, Traits >::size_type |