We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e3cab5 commit 8937986Copy full SHA for 8937986
README.md
@@ -121,6 +121,7 @@ int main()
121
122
// Get method of 'class Person' that returns a value.
123
std::optional<Method> getName = classPerson->getMethod("getName");
124
+
125
// Call method, returns 'RStatus' containing return value.
126
RStatus retName = getName->on(personObj).call();
127
// or with different syntax,
0 commit comments