MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / iteration_proxy_value

Method iteration_proxy_value

Source/Utils/json.hpp:3864–3864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3862
3863 public:
3864 explicit iteration_proxy_value(IteratorType it) noexcept : anchor(it) {}
3865
3866 /// dereference operator (needed for range-based for)
3867 iteration_proxy_value& operator*()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected