tvaneerd / codeLinks
☆9Updated 3 years ago
Alternatives and similar repositories for code
Users that are interested in code are comparing it to the libraries listed below
Sorting:
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆76Updated 3 months ago
- Extension of the STL algorithms on sets☆21Updated 5 years ago
- A library of type safe sets over fixed size collections of types or values, including methods for accessing, modifying, visiting and iter…☆22Updated 4 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- ☆62Updated 3 years ago
- A single-file header-only library that lets you easily combine lambdas for C++11 and later☆19Updated 5 years ago
- 🔎 Have your bits and eat them too! A C++17 bit lens container for vector types.☆21Updated 5 years ago
- A never-valueless, strong guarantee implementation of std::variant☆69Updated 3 months ago
- C++11 Header-only continuous-storage Double ended vector implementation similar to STL's std::vector for efficient insertions/removals at…☆14Updated 2 years ago
- Libunifex networking library☆20Updated 2 years ago
- Peter Sommerlad's Simple Strong Typing☆35Updated last year
- A C++20 implementation of safe (wrap around) integers following MISRA C++ rules☆79Updated last year
- test suite generation for C++☆27Updated last month
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 5 years ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- Core abstractions for dealing with concurrency in C++☆66Updated last year
- A concise and readable metaprogramming language for C++☆60Updated 4 years ago
- Prototype for new std::function features, compatible with C++11.☆46Updated 5 years ago
- A bunch of small C++ utilities☆66Updated last year
- A C++14 and later CRTP template for defining iterators☆74Updated last week
- Simple mutation-testing☆46Updated last year
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Error Handling by Example in C++☆13Updated 4 years ago
- A hash function library☆47Updated last month
- A lightweight macro-based coroutine / resumable / cooperative multitasking function utility designed for C++14 lambdas.☆37Updated 4 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class