Used all of these three. I don’t want to even look at MS Visual C/C++ ecosystem.

      • ale@lemmy.world
        link
        fedilink
        arrow-up
        4
        ·
        9 months ago

        Good question. I didn't know about decltype. I guess they are slightly different in that decltype will also produce a type reference. Typeof just produces the type, even if you call on a reference.