Opened 14 years ago
Closed 14 years ago
#6381 closed enhancement (fixed)
BReference conversion operator
Reported by: | czeidler | Owned by: | bonefish |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Should I add a conversion operator to the BReference class?
operator Type*() const {
return fObject;
}
or is there a special reason why there is none?
Note:
See TracTickets
for help on using tickets.
Replying to czeidler:
Feel free.