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

Method get

include/jwt/parameters.hpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 {}
62
63 MappingConcept get() && { return std::move(payload_); }
64 const MappingConcept& get() const& { return payload_; }
65
66 MappingConcept payload_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected