MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / rfind

Method rfind

include/jwt/string_view.hpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 size_type rfind(const CharT ch, size_type pos) const noexcept;
264
265 size_type rfind(basic_string_view sv, size_type pos = 0) const noexcept
266 {
267 return rfind(sv.data(), pos, sv.length());
268 }
269
270 size_type rfind(const CharT* str, size_type pos = 0) const noexcept
271 {

Callers 1

find_operFunction · 0.80

Calls 2

dataMethod · 0.80
lengthMethod · 0.80

Tested by 1

find_operFunction · 0.64