NTimmons / ModernCPP_ExamplesLinks
Simple Reference Implementations of all the features added in C++11/14/17
☆21Updated 8 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:
- value-ptr-lite - A C++ smart-pointer with value semantics for C++98, C++11 and later in a single-file header-only library☆50Updated 3 weeks ago
- type - Strong types for C++98, C++11 and later in a single-file header-only library☆38Updated 3 weeks ago
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Updated 8 months ago
- Non-intrusive C++ signal programming library☆50Updated 4 years ago
- Helpers for preventing the static initialization order fiasco of global variables.☆46Updated 5 years ago
- Experimental library for coroutines and networking☆16Updated 7 years ago
- Transferred to https://github.com/Neargye/yacppl☆14Updated 4 years ago
- Priority-based Task Scheduling for Modern C++☆93Updated 4 years ago
- A C++ ringbuffer that always looks like a flat array☆83Updated 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…☆21Updated 4 years ago
- A never-valueless, strong guarantee implementation of std::variant☆71Updated 2 weeks ago
- ☆25Updated 5 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)☆38Updated 3 weeks ago
- Heap allocation free version of C++11 std::function☆59Updated 4 years ago
- A view that allows iteration over a view, returning the index of each item along with each item☆13Updated 5 years ago
- Similar to python's `repr`, for c++☆32Updated 3 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
- envy: Deserialize environment variables into type-safe structs☆66Updated 5 years ago
- String facilities for C++98 and later - a library in search of its identity. Note: renamed from string-lite to make place for string-bare…☆25Updated 3 weeks ago
- Container Traits for Modern C++☆28Updated 5 years ago
- unique_resource, The General RAII Wrapper for Exclusive Ownership Resource Management.☆48Updated last year
- An implementation of jss::object_ptr; a type similar to std::observer_ptr but with a few improvements☆34Updated 5 years ago
- bit-lite - C++20 bit operations for C++98 and later in a single-file header-only library.☆45Updated 3 weeks ago
- C++20's jthread for C++11 and later in a single-file header-only library (WIP).☆66Updated 3 weeks ago
- Simple header only library to add a spinner / progress indicator to any terminal application.☆38Updated 6 years ago
- C++ concurrent programming library☆28Updated last year
- A C++17 metaprogramming library. Strings, Parsing, Typelists, Aggregate to Tuple conversions and Constant integral literals☆52Updated 6 years ago
- std::ring_span (SG14, P0059R1)☆45Updated 9 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆100Updated 7 years ago
- Simple resource pool for recycling resources in C++☆71Updated 5 months ago