MCPcopy Create free account
hub / github.com/boostorg/parser / addition_evaluatable

Method addition_evaluatable

test/github_issues.cpp:723–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721 struct addition_evaluatable : evaluatable
722 {
723 addition_evaluatable(std::vector<std::unique_ptr<evaluatable>>&& e)
724 : evaluatables_(std::move(e))
725 {}
726 double evaluate() override
727 {
728 double result = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected