When C++11 is enabled, you can use range-based for loop to access all members in an object. for (auto& m : document.GetObject()). printf("Type of member %s is % ...
確定! 回上一頁