Hello everyone,
The following code,
1.
I think it means an operator &, which returns const Inner* type and
takes no arguments, right?
2.
Adding volatile to return value means?
(I previously only used volatile to qualify variable)
thanks in advance,
George
The following code,
Code:
operator const Outer::Inner * volatile & ();
I think it means an operator &, which returns const Inner* type and
takes no arguments, right?
2.
Adding volatile to return value means?
(I previously only used volatile to qualify variable)
thanks in advance,
George
Comment