MCPcopy Create free account
hub / github.com/boostorg/pfr / operator==

Function operator==

example/quick_examples.cpp:195–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 };
194
195 inline bool operator==(const my_eq_ne_structure& x, const my_eq_ne_structure& y) {
196 return boost::pfr::eq_fields(x, y);
197 }
198
199 inline bool operator!=(const my_eq_ne_structure& x, const my_eq_ne_structure& y) {
200 return boost::pfr::ne_fields(x, y);

Callers

nothing calls this directly

Calls 1

eq_fieldsFunction · 0.85

Tested by

no test coverage detected