const CFoo &bar() const
Posted
by sasayins
on Stack Overflow
See other posts from Stack Overflow
or by sasayins
Published on 2010-04-30T03:10:47Z
Indexed on
2010/04/30
3:17 UTC
Read the original article
Hit count: 374
c++
I have a property of a class, for example, const CFoo &bar() const, what does it mean?
© Stack Overflow or respective owner