MCPcopy Create free account
hub / github.com/ElementsProject/elements / operator==

Function operator==

src/test/settings_tests.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22#include <vector>
23
24inline bool operator==(const util::SettingsValue& a, const util::SettingsValue& b)
25{
26 return a.write() == b.write();
27}
28
29inline std::ostream& operator<<(std::ostream& os, const util::SettingsValue& value)
30{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected