MCPcopy Create free account
hub / github.com/DmitriBogdanov/UTL / operator==

Method operator==

tests/module_json/reflection.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 std::vector<std::vector<std::vector<SimpleConfig>>> subconfig_tensor;
113
114 bool operator==(const NestedContainerConfig& other) const {
115 return (this->map_of_subconfig_arrays == other.map_of_subconfig_arrays) &&
116 (this->subconfig_tensor == other.subconfig_tensor);
117 }
118};
119
120void check_json_against_struct(const json::Node& json, const NestedContainerConfig& cfg) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected