I came across a piece of code void *p = &&abc;
. What is the significance of &&
here?
I know about rvalue references but I think &&
used in this context is different. What does &&
indicate in void *p = &&abc;
?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…