sfinae
There are 29 repositories under sfinae topic.
CodingHanYa/workspace
workspace是基于C++11的轻量级异步执行框架,支持:通用任务异步并发执行、优先级任务调度、自适应动态线程池、高效静态线程池、异常处理机制等。
CaffeineViking/concepts-primer
Primer for C++ Concepts
Huy-DNA/Cpp-STL-compatible-DSA
Data structures & algorithms implemented in C++, compatible with STL.
dynilath/cpp-template-lab
Do something useless with C++ templates.
badair/sfinae_errors
SFINAE-able error messages for C++ templates
macmade/CPPTraits
Collection of useful type traits for C++.
badair/constexpr_checks
Compile-time constexprness checks for functions, member functions, and function objects. Includes implementation of INVOKE rules
Stellaris-code/PEGLib
PEG Parser Template Library
calebtt/CPPRunnerLib
Contains classes for running functions asynchronously that protect access, from outside threads, to the internal data with a mutex. CPPLambdaRunner uses a user-supplied lambda function as the work thread.
fengwang/operator_traits
Checks if an operator exist or not.
jmz-mzr/containers
A performant recreation of the C++ library containers
MasFlam/MTGA
Make Tuples Great Again! – sfinae gore
TN19N/ft_containers
re-implement The standard C++ containers
abhilashchowdhary/cpp_geometry_type_traits
Type traits for various geometry structures
astapov-k-a/HasMethod
Detect if a class contains given method. Simple classic sfinae!!! nothing original, classic only, but very easy and comfortable to use
azbyx/print_ip
Using SFINAE to overload functions
mylogin/echo
Code to print STL containers
nixiz/tql
C++ Template Query Language allows to make compile time type checks include tuples and STL type_traits
pazamelin/cpp-snippets
snippets and examples for C++'s SFINAE, move semantics, multithreading, ...
sdummett-at-42/ft_containers
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.
VotreWaken/Vector_Implementation
Vector class with advanced features and performance benchmarks.
yagudinamir/tuple
C++ Tuple implementation using SFINAE
AndLvovSky/list-algorithms-and-visualization
Team laboratory in the 4th term
eyalw711/grouping-templates
AOOP Ex4
oagudo/SFINAE-cpp11
Exploring SFINAE in C++11
xu-cheng/sfinae-utility
:heavy_check_mark: A C++ header-only library for SFINAE
zinhart/misc-cpp
Random Useful things that I've found in c++