Name-value pair in a JSON object value.
More...
#include <document.h>
template<typename Encoding, typename Allocator>
class GenericMember< Encoding, Allocator >
Name-value pair in a JSON object value.
This class was internal to GenericValue. It used to be a inner struct. But a compiler (IBM XL C/C++ for AIX) have reported to have problem with that so it moved as a namespace scope struct. https://code.google.com/p/rapidjson/issues/detail?id=64
◆ operator=()
template<typename Encoding , typename Allocator >
Assignment with move semantics.
- Parameters
-
rhs | Source of the assignment. Its name and value will become a null value after assignment. |
The documentation for this class was generated from the following file: