effective c++
[EMCpp]Item-28 Understand Reference Collapsing
· β˜• 3 min read

Reference collapsing occurs in four contexts: template instantiation, auto type generation, creation and use of typedefs and alias declarations, and decltype.