-
This is a tiny Cpp infrastructure tool library, including some commonly used basic tools, such as files, strings, sockets, json, etc. Among them, json-related processing depends on jsoncpp (version…
C++ UpdatedDec 20, 2023 -
This is a template metaprogramming library that implements some simple and easy-to-use metafunctions, as well as some useful template functions. 这是一个模板元编程库,实现了一些简单易用的元函数,也实现了一些实用的模板函数。
-
ThreadPool-by-Cpp-11 Public
This is a thread pool template based on C++11, which supports asynchronously obtaining the results of tasks submitted to the thread pool through std::future, and supports a variety of task types (s…
-