C++14 (and beyond) library features implemented in C++11
☆248Aug 15, 2017Updated 8 years ago
Alternatives and similar repositories for core
Users that are interested in core are comparing it to the libraries listed below
Sorting:
- Eggs.Variant is a C++11/14/17 generic, type-safe, discriminated union.☆140Feb 2, 2022Updated 4 years ago
- Reference counted synchronized pointer.☆14Aug 9, 2017Updated 8 years ago
- A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions☆102Aug 8, 2018Updated 7 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Dec 1, 2016Updated 9 years ago
- Repository for my Meeting C++ 2016 sessions.☆20Jan 21, 2017Updated 9 years ago
- A fast C++ dynamic_cast<> alternative.☆33Mar 27, 2021Updated 4 years ago
- An entirely const_expr string class in C++. Similar to string_view, most useful for compile-time constants☆22Oct 22, 2015Updated 10 years ago
- optional (nullable) objects for C++14☆314Sep 16, 2020Updated 5 years ago
- JSON/CBOR streaming library, without using memory, like a GoldFish☆73Aug 23, 2016Updated 9 years ago
- Higher-order functions for c++☆512Mar 11, 2026Updated last week
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆35Mar 29, 2021Updated 4 years ago
- C++11/C++14 Variant☆379Apr 13, 2023Updated 2 years ago
- Instant compile time C++ 11 metaprogramming library☆572Sep 7, 2022Updated 3 years ago
- ☆39Sep 1, 2015Updated 10 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆534Jul 10, 2017Updated 8 years ago
- modern C++ type traits and metafunctions for callable types☆137Mar 11, 2026Updated last week
- Support for Currying and Function Composition in C++☆61Jul 25, 2015Updated 10 years ago
- A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading fr…☆370Jun 12, 2018Updated 7 years ago
- A library for Study Group 14 of Working Group 21 (C++)☆529Apr 19, 2022Updated 3 years ago
- A C++14 library to make it easier to work with parameter packs☆57Jun 19, 2019Updated 6 years ago
- variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library.☆250Nov 28, 2025Updated 3 months ago
- C++ string formatting library☆47Jan 19, 2020Updated 6 years ago
- A stab at constexpr bson creation☆32Jan 16, 2015Updated 11 years ago
- (experimental) Syntactic sugar for variant and optional types.☆163May 11, 2019Updated 6 years ago
- C++ generic make factory☆108May 6, 2019Updated 6 years ago
- A set of small tools that allow you to state your intentions mre explicitly in the code☆197May 7, 2021Updated 4 years ago
- Prototype for new std::function features, compatible with C++11.☆47Apr 27, 2020Updated 5 years ago
- An implementation of C++ Extensions for Ranges☆226Feb 24, 2020Updated 6 years ago
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆678Mar 12, 2026Updated last week
- ISO C++ Core Guidelines Library implementation for C++98, C++11 up☆970Mar 14, 2026Updated last week
- Simple header only pattern matching for c++14☆237Jun 15, 2021Updated 4 years ago
- source code for CppCon 2014 talk on polymorphic unions☆32Nov 16, 2014Updated 11 years ago
- Foundations of symbol based programming☆30Nov 26, 2019Updated 6 years ago
- Example of parser combinator as a C++ template metaprogram for compile time parsing.☆22Oct 11, 2016Updated 9 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Jun 6, 2017Updated 8 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆258Mar 25, 2020Updated 5 years ago
- A repository to host C++ Concepts Lite TS examples, to help with GCC bug reporting☆15Mar 18, 2017Updated 9 years ago
- Lambda state machine is a state machine framework with an extremely simple UI☆16Dec 21, 2017Updated 8 years ago
- A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource, C++ standard libraries extensions, ver…☆52Nov 28, 2025Updated 3 months ago