Create an object that guards the invariant (valid UTF‐8) of the JSON string at the specified string.
Synopsis
Declared in <bdljsn_json.h>
explicit
Json_StringInvariantGuard(bsl::string* string);
Parameters
Name |
Description |
string |
string whose contents are guarded |
Created with MrDocs