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

Method get

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

Source from the content-addressed store, hash-verified

133 {}
134
135 MappingConcept get() && { return std::move(headers_); }
136 const MappingConcept& get() const& { return headers_; }
137
138 MappingConcept headers_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected