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.☆141Feb 2, 2022Updated 4 years ago
- optional (nullable) objects for C++14☆314Sep 16, 2020Updated 5 years ago
- Repository for my Meeting C++ 2016 sessions.☆20Jan 21, 2017Updated 9 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
- Higher-order functions for c++☆513Dec 10, 2025Updated 2 months ago
- JSON/CBOR streaming library, without using memory, like a GoldFish☆73Aug 23, 2016Updated 9 years ago
- C++11/C++14 Variant☆379Apr 13, 2023Updated 2 years ago
- ☆39Sep 1, 2015Updated 10 years ago
- Various synchronization primitives for multithreaded applications in C++11.☆534Jul 10, 2017Updated 8 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
- An entirely const_expr string class in C++. Similar to string_view, most useful for compile-time constants☆22Oct 22, 2015Updated 10 years ago
- Reference counted synchronized pointer.☆14Aug 9, 2017Updated 8 years ago
- C++ string formatting library☆47Jan 19, 2020Updated 6 years ago
- Instant compile time C++ 11 metaprogramming library☆572Sep 7, 2022Updated 3 years ago
- An implementation of C++ Extensions for Ranges☆225Feb 24, 2020Updated 6 years ago
- ASL libraries will be migrated here in the stlab namespace, new libraries will be created here.☆678Dec 20, 2025Updated 2 months ago
- Support for Currying and Function Composition in C++☆61Jul 25, 2015Updated 10 years ago
- Our Game Engine☆10Dec 1, 2016Updated 9 years ago
- Prototype for new std::function features, compatible with C++11.☆47Apr 27, 2020Updated 5 years ago
- A fast C++ dynamic_cast<> alternative.☆33Mar 27, 2021Updated 4 years ago
- Lightweight C++14 utility library. (Modernized, stripped and cleaned-up version of SSVUtils.)☆35Mar 29, 2021Updated 4 years ago
- A basic implementation of C++ Concepts in C++14 (CppCon 2016 Lightning Talks)☆37Dec 1, 2016Updated 9 years ago
- C++ generic make factory☆108May 6, 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.☆251Nov 28, 2025Updated 3 months ago
- STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.☆1,594May 29, 2025Updated 9 months ago
- ☆275Dec 9, 2024Updated last year
- Repository for a C++11 implementation of std::out_ptr (p1132), as a standalone library!☆75Apr 7, 2025Updated 10 months ago
- Boost.Proto, rewritten and redesigned for C++11☆28Oct 7, 2013Updated 12 years ago
- Native C++ Library☆49May 23, 2015Updated 10 years ago
- (experimental) Syntactic sugar for variant and optional types.☆163May 11, 2019Updated 6 years ago
- Simple category-based logger generator for C/C++☆10Oct 23, 2016Updated 9 years ago
- Fast Point Overlap Test☆18Jun 17, 2018Updated 7 years ago
- modern C++ type traits and metafunctions for callable types☆137Dec 10, 2025Updated 2 months ago
- A library for C++ reflection and introspection☆201Jul 30, 2017Updated 8 years ago
- Foundations of symbol based programming☆30Nov 26, 2019Updated 6 years ago
- A Go's defer-like syntax scope guard idiom in C++11☆25Dec 16, 2014Updated 11 years ago
- Use C++14 generic lambdas to simulate stackless coroutines without macros or type erasure.☆331Jun 6, 2017Updated 8 years ago