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

Method end

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

Source from the content-addressed store, hash-verified

112
113 iterator begin() const noexcept { return data_; }
114 iterator end() const noexcept { return data_ + len_; }
115
116 iterator rbegin() const noexcept { return reverse_iterator(end()); }
117 iterator rend() const noexcept { return reverse_iterator(begin()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected