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

Method atom_evaluatable

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

Source from the content-addressed store, hash-verified

669 struct atom_evaluatable : evaluatable
670 {
671 explicit atom_evaluatable(std::unique_ptr<evaluatable>&& e) : evaluatable_(std::move(e)) {}
672 double evaluate() override
673 {
674 return evaluatable_->evaluate();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected