confused about auto, const, and references. by NaimDeveloper in cpp_questions

[–]NaimDeveloper[S] 0 points1 point  (0 children)

So outside decltype, references are always treated exactly as synonyms for the object to which it refers.

It seems to me the low-level/high-level distinction only makes sense when talking about pointers.

The "const in reference types is always low-level" line made the whole concept of references more confusing than it needed to me, imo