Load into the specified value the string value in the specified data. Return 0 on success and a non‐zero value otherwise.
Synopses
Declared in <baljsn_parserutil.h>
Load into the specified value the string value in the specified data. Return 0 on success and a non‐zero value otherwise.
static
int
getUnquotedString(
bsl::string* value,
std::string_view const& data);
Load into the specified value the string value in the specified data. Return 0 on success and a non‐zero value otherwise.
static
int
getUnquotedString(
std::pmr::string* value,
std::string_view const& data);
Load into the specified value the string value in the specified data. Return 0 on success and a non‐zero value otherwise.
static
int
getUnquotedString(
std::string* value,
std::string_view const& data);
Created with MrDocs