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

Method iteration_proxy

include/jwt/json/json.hpp:3937–3938  ·  view source on GitHub ↗

construct iteration proxy from a container

Source from the content-addressed store, hash-verified

3935 public:
3936 /// construct iteration proxy from a container
3937 explicit iteration_proxy(typename IteratorType::reference cont) noexcept
3938 : container(cont) {}
3939
3940 /// return iterator begin (needed for range-based for)
3941 iteration_proxy_value<IteratorType> begin() noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected