Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arun11299/cpp-jwt
/ get
Method
get
include/jwt/parameters.hpp:219–219 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
218
const std::string& get() const& noexcept { return sub_; }
219
std::string get() && noexcept { return sub_; }
220
221
std::string sub_;
222
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected