MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / items

Function items

examples/server/json.hpp:22051–22054  ·  view source on GitHub ↗

@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/

Source from the content-addressed store, hash-verified

22049 /// @brief helper to access iterator member functions in range-based for
22050 /// @sa https://json.nlohmann.me/api/basic_json/items/
22051 iteration_proxy<iterator> items() noexcept
22052 {
22053 return iteration_proxy<iterator>(*this);
22054 }
22055
22056 /// @brief helper to access iterator member functions in range-based for
22057 /// @sa https://json.nlohmann.me/api/basic_json/items/

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected