Appearance
获取表达式类型。通常与 auto 关键字 一起使用。
/** * Copyright 2023 <Hardworking Bee> */ int main() { int i = 0; decltype(i) j = 0; return 0; }