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

Method crbegin

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

Source from the content-addressed store, hash-verified

120 const_iterator cend() const noexcept { return end(); }
121
122 const_iterator crbegin() const noexcept { return rbegin(); }
123 const_iterator crend() const noexcept { return rend(); }
124
125 /// Capacity Member Functions

Callers

nothing calls this directly

Calls 1

rbeginFunction · 0.85

Tested by

no test coverage detected