workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。
-
Updated
Oct 24, 2024 - C++
workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。
Primer for C++ Concepts
Team laboratory in the 4th term
Collection of useful type traits for C++.
Checks if an operator exist or not.
✔️ A C++ header-only library for SFINAE
Implementation of C++ containers from the Standard Template Library (STL) in compliance with C++98 standards. Includes vector, map, stack, and additional features like iterators and SFINAE. Red-black tree set implementation.
re-implement The standard C++ containers
C++ Template Query Language allows to make compile time type checks include tuples and STL type_traits
Data structures & algorithms implemented in C++, compatible with STL.
Compile-time constexprness checks for functions, member functions, and function objects. Includes implementation of INVOKE rules
snippets and examples for C++'s SFINAE, move semantics, multithreading, ...
A performant recreation of the C++ library containers
PEG Parser Template Library
Add a description, image, and links to the sfinae topic page so that developers can more easily learn about it.
To associate your repository with the sfinae topic, visit your repo's landing page and select "manage topics."