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

Method begin

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

Source from the content-addressed store, hash-verified

111 /// Iterator Member Functions
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()); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected