Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
前の回答では、 を使用して yaml ノードにキーが存在するかどうかを確認する方法について説明していますYAML::Node::FindValue("parameter")。
YAML::Node::FindValue("parameter")
残念ながら、最新バージョン (0.5.1) ではこれを呼び出すことができません。
error: ‘class YAML::Node’ has no member named ‘FindValue’
これは動作すると予想されますか、それとも最新バージョンで動作する同等の機能はありますか?