Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Return the value rather than passing through a pointer paramater #51

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

Writing `node->GetValue(&val)` is less intuitive than writing `val =
node->GetValue()`. It would not be at all difficult to add an overload of
GetValue in both the Base and Attribute classes which provides this
functionality. Could this be done, please?

Original issue reported on code.google.com by celtic.m...@gmail.com on 18 Jun 2009 at 9:41

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant