“If you think it's simple, then you have misunderstood the problem.” ― Bjarne Stroustrup C++20 函数模板一个例子

阅读全文 C++20 函数模板

运算符重载 operator overloading 最近重新复习一下C++的一些基础概念,加深一下自己的理解 主要是藉由一本老书《Advanced C++ programming styles and idioms》 by

阅读全文 C++类型转换运算符重载