Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
inline bool operator==(const util::SettingsValue& a, const util::SettingsValue& b)
25
{
26
return a.write() == b.write();
27
}
28
29
inline std::ostream& operator<<(std::ostream& os, const util::SettingsValue& value)
30
{
Callers
nothing calls this directly
Calls
1
write
Method · 0.45
Tested by
no test coverage detected