From https://en.cppreference.com/w/cpp/language/decltype:
Note that if the name of an object is parenthesized, it is treated as an ordinary lvalue expression, thus decltype(x) and decltype((x)) are often different types.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo