-
Value_categories_in_Cpp
Intro 1#define IS_XVALUE(expr) \ 2(is_rvalue_reference<decltype((expr))>{}) 3#define IS_PRVALUE(expr) \ 4(!
Read more… -
Revisit_OS
For some reason, I’ve been reviewing OS related stuff lately.
Read more… -
Using Cpp17 or higher version of Cpp on Vscode extension Clangd
Recently I’ve switched my code completion tool in VScode from Microsoft’s official plugin to clangd.
Read more… -
First Post
新博客 决定把博客切换到hugo。也算是人生路上一个新的开始。
-
C++ Note 4
C++ 笔记4
Read more… -
BASH脚本
BASH 条件判断
Read more… -
链接 Note 1
链接的笔记
Read more… -
C++ Note 3
本文是我的C++笔记的第三篇 My Thrid C++ Note;
Read more… -
位运算技巧
位运算技巧
Read more… -
现代C++白皮书 笔记1
现代C++白皮书 笔记1
Read more…