我要评分
获取效率
正确性
完整性
易理解

JsonElement::clone()

Function Usage

Shallow clones a JsonElement object.

Function Syntax

Object *JsonElement::clone();

Return Value

  • Success: a pointer to the shallow-cloned JsonElement object.
  • Failure: none

You must use delete to release the returned pointer to the JsonElement structure.