json/doc/mkdocs/docs/api/json_pointer/operator_string.md
2021-11-05 21:43:46 +01:00

332 B

json_pointer::operator std::string

operator std::string() const

Return a string representation of the JSON pointer.

Return value

A string representation of the JSON pointer

Possible implementation

operator std::string() const
{
    return to_string();
}

Version history

Since version 2.0.0.