Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/cxx_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Now all the interfaces will be listed below. All the functions are in a class na
* Return value: `bool` - suggests if the operation is succeeded

3. `bool Get(const std::string& key, const std::string* value, SDKError* error)`
Get the value of the key. Returns `true` when success, or `false` otherwise and `error` will be set
Get the value of the key. Returns `true` when success or no such key, or `false` otherwise and `error` will be set
* Parameter:
* `key` - key of the data
* `value` - pointer to the value of the data
Expand Down