Menu

#69 dictionary get(name,value_t&) should return bool.

cvs-current
open
nobody
asl (8)
5
2006-10-09
2006-10-09
Scott Byer
No

Currently, get (name, value&) returns void, meaning
awkward things must be done to detect if the assignment
into value succeeded.

get(name,value&) knows if it made the assignment or
not, should return that fact.

Discussion


Log in to post a comment.