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

Method size

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

Source from the content-addressed store, hash-verified

126
127 size_type length() const noexcept { return len_; }
128 size_type size() const noexcept { return len_; }
129
130 size_type max_size() const noexcept
131 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected