Given this code:void LoadFromYaml(const YAML::Node& node){ const YAML::Node& Data=node["Data"]; if(Data){ if(Data.ValueIsInt)// Do something with integer.
確定! 回上一頁