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

Method empty

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

Source from the content-addressed store, hash-verified

134 }
135
136 bool empty() const noexcept { return len_ == 0; }
137
138 /// Element Access Member Functions
139 const_reference operator[](size_type idx) const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected