ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻
开启你的AI之旅
广告
## Tricks ### 流畅接口(Fluent Interface) * 成员函数返回自己的引用,这样可以不断调用函数 ```c++ template<typename T> class Array { Array& push_back(const T& value) { ... return *this; } }; Array<int> array; array.push_back(1).push_back(2); ```
qingyunqu's wiki
Coding
C++
typedef
template
C++11
operator
C
Python
Java
DeepLearning
Quantize
Compile
CMake
Bazel
Makefile
gcc
Clang-LLVM
Dev-tools
shell
git
ssh
vim
zsh
tmux
gdb
OS
Linux
Android
CPU
ARM
x86
RISC-V
MIPS
GPU
NVIDIA
Mali
Spider
Environment