Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Light-City committed Apr 10, 2022
1 parent 65c507d commit 02d6ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic_content/decltype/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ int && RvalRef();
const bool Func(int);

//规则一:推导为其类型
decltype (arr) var1; //int 标记符表达式
decltype (arr) var1; //int[] 标记符表达式

decltype (ptr) var2;//int * 标记符表达式

Expand Down

0 comments on commit 02d6ffa

Please sign in to comment.