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 this week
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆77Updated 5 months 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☆49Updated this week
- Non-intrusive C++ signal programming library☆50Updated 3 years ago
- A C++ ringbuffer that always looks like a flat array☆82Updated 5 years ago
- envy: Deserialize environment variables into type-safe structs☆67Updated 5 years ago
- A never-valueless, strong guarantee implementation of std::variant☆71Updated last month
- c++ library for building lightweight processing pipeline at compile-time for string obfuscation, aes ciphering or whatever you want☆68Updated 6 years ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 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 5 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 8 years ago
- Priority-based Task Scheduling for Modern C++☆92Updated 4 years ago
- observer-ptr - An observer_ptr for C++98 and later in a single-file header-only library (Extensions for Library Fundamentals, v2, v3)☆37Updated last year
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- A no-dependencies C++ extensible type erasure library☆44Updated 5 years ago
- Parent of *-lite repositories, a migration path to post-C++98 library features via polyfills.☆88Updated last week
- Similar to python's `repr`, for c++☆32Updated 3 years ago
- Header-only library for automatic (de)serialization of C++ types to/from JSON.☆54Updated 5 years ago
- A bunch of small C++ utilities☆66Updated last year
- Simple header only library to add a spinner / progress indicator to any terminal application.☆38Updated 5 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆49Updated last year
- Minimal subset of Catch2 C++ test framework☆26Updated 7 years ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library☆42Updated this week
- Prototype for new std::function features, compatible with C++11.☆47Updated 5 years ago
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆51Updated 6 years ago
- byte lite - A C++17-like byte type for C++98, C++11 and later in a single-file header-only library☆58Updated this week
- benchmark for various C++ function implementations; focus on invocation time☆95Updated 6 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆99Updated 7 years ago
- An indirect value-type for C++☆84Updated 2 years ago