You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
std::string value = (std::string)result.get_entry("hello").value does not exist
it should be replaced with std::string value = (std::string)result.get("hello")
The text was updated successfully, but these errors were encountered:
std::string value = (std::string)result.get_entry("hello").value
does not existit should be replaced with
std::string value = (std::string)result.get("hello")
The text was updated successfully, but these errors were encountered: