MCPcopy Create free account
hub / github.com/M4THYOU/TokenDagger / iteration_proxy_value

Method iteration_proxy_value

src/nlohmann/json.hpp:5208–5208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5206
5207 public:
5208 explicit iteration_proxy_value() = default;
5209 explicit iteration_proxy_value(IteratorType it, std::size_t array_index_ = 0)
5210 noexcept(std::is_nothrow_move_constructible<IteratorType>::value
5211 && std::is_nothrow_default_constructible<string_type>::value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected