NTimmons / ModernCPP_ExamplesLinks
Simple Reference Implementations of all the features added in C++11/14/17
☆21Updated 7 years ago
Alternatives and similar repositories for ModernCPP_Examples
Users that are interested in ModernCPP_Examples are comparing it to the libraries listed below
Sorting:
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆37Updated last year
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆76Updated 3 months ago
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 4 years ago
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆48Updated last year
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆36Updated last year
- std::invoke/std::apply analogs for C++11/14☆43Updated 2 years ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆40Updated last year
- Experimental library for coroutines and networking☆16Updated 7 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- C++ concurrent programming library☆28Updated last year
- A never-valueless, strong guarantee implementation of std::variant☆69Updated 3 months ago
- Priority-based Task Scheduling for Modern C++☆89Updated 4 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 4 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- ☆26Updated 5 years ago
- Heap allocation free version of C++11 std::function☆57Updated 3 years ago
- Simple header only library to add a spinner / progress indicator to any terminal application.☆38Updated 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
- 🏀 Up your type-game. A small C++ library for compile-time type names and type indices.☆73Updated 3 years ago
- Compile-time printf-like string formatting☆77Updated 7 years ago
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- `mp::inplace_string<CharT, MaxSize, Traits>` is a `std::string`-like class template that stores text content in-place inside the class☆10Updated 6 years ago
- Simple resource pool for recycling resources in C++☆69Updated 3 weeks ago
- Task System presented in "Better Code: Concurrency - Sean Parent"☆42Updated 4 years ago
- Parent of *-lite repositories, a migration path to post-C++11 features for pre-C++11 environments☆84Updated 4 years ago
- A C++ library that simplifies working with tuples, variants, and more through argument list generation and the ability to convert from ru…☆62Updated 4 years ago