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

Method get

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

Source from the content-addressed store, hash-verified

161 {}
162
163 Sequence get() && { return std::move(seq_); }
164 const Sequence& get() const& { return seq_; }
165
166 Sequence seq_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected