MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / begin

Method begin

include/jwt-cpp/jwt.h:2750–2750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2748 map_of_claims(typename json_traits::object_type json) : claims(std::move(json)) {}
2749
2750 iterator begin() { return claims.begin(); }
2751 iterator end() { return claims.end(); }
2752 const_iterator cbegin() const { return claims.begin(); }
2753 const_iterator cend() const { return claims.end(); }

Callers

nothing calls this directly

Calls 1

beginMethod · 0.45

Tested by

no test coverage detected