We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 494f9de + 2f1e593 commit e09765dCopy full SHA for e09765d
include/rapidjson/document.h
@@ -2462,9 +2462,9 @@ class GenericArray {
2462
ValueType& value_;
2463
};
2464
2465
-//! Helper class for accessing Value of array type.
+//! Helper class for accessing Value of object type.
2466
/*!
2467
- Instance of this helper class is obtained by \c GenericValue::GetArray().
+ Instance of this helper class is obtained by \c GenericValue::GetObject().
2468
In addition to all APIs for array type, it provides range-based for loop if \c RAPIDJSON_HAS_CXX11_RANGE_FOR=1.
2469
*/
2470
template <bool Const, typename ValueT>
0 commit comments