Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ ~basic_string_view
Method
~basic_string_view
include/jwt/string_view.hpp:104–108 ·
view source on GitHub ↗
Destructor
Source
from the content-addressed store, hash-verified
102
103
/// Destructor
104
~basic_string_view()
105
{
106
data_ = nullptr;
107
len_ = 0;
108
}
109
110
public: // Exposed APIs
111
/// Iterator Member Functions
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected