
22 Oct
2009
22 Oct
'09
11:30 p.m.
From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Olaf van der Spek On Thu, Oct 22, 2009 at 10:43 PM, Sid Sacek <ssacek@securewatch24.com> wrote:
What's a "Reference Property" and how would you use it in code?
An example please...
Something like
class C;
class D { public: C& c; };
That'd be the non-property way.
Ummmm.... C++ references are irrelevant when you're already using properties... By default, properties behave just like references, unless you can show me some other usage that's not obvious. -Sid Sacek