MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / operator()

Method operator()

lib/vfvalue.h:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 };
136 template<class Compare, class T>
137 void operator()(bool& result, const Value& rhs, Compare compare, T x) const {
138 visitValue(rhs,
139 std::bind(innerVisitor{}, std::ref(result), std::move(compare), x, std::placeholders::_1));
140 }
141 };
142
143 template<class Compare>

Callers

nothing calls this directly

Calls 1

visitValueFunction · 0.85

Tested by

no test coverage detected