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

Method rend

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

Source from the content-addressed store, hash-verified

115
116 iterator rbegin() const noexcept { return reverse_iterator(end()); }
117 iterator rend() const noexcept { return reverse_iterator(begin()); }
118
119 const_iterator cbegin() const noexcept { return begin(); }
120 const_iterator cend() const noexcept { return end(); }

Callers 1

from_jsonFunction · 0.80

Calls 1

beginFunction · 0.85

Tested by

no test coverage detected