In your expression name = n_it->first.as<std::string>();. n_it is a sequence iterator (since it's an iterator for your top-level node), ...
確定! 回上一頁