A simple example learning C++ 20 and strengthening generic programming skills.
Cite:[C++20 工程实践]自己动手实现纯头文件日志库.
- About the implementation principle of the log library. We often have to write one ourselves, don't we?
- X-MACOR method. Surprised!g A great alternative to the
switch
keyword method. - Use static and inline keywords to circumvent ODR rules.
- Encapsulation technique. A little exercise.