nonstd-lite / any-liteLinks
any lite - A C++17-like any, a type-safe container for single values of any type for C++98, C++11 and later in a single-file header-only library
☆150Updated 3 weeks ago
Alternatives and similar repositories for any-lite
Users that are interested in any-lite are comparing it to the libraries listed below
Sorting:
- 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.☆251Updated 3 weeks ago
- Implementation of std::any, including small object optimization, for C++11 compilers☆150Updated last year
- High performance C++11 signals☆177Updated 6 years ago
- ring-span lite - A C++yy-like ring_span type for C++98, C++11 and later in a single-file header-only library☆165Updated 3 weeks ago
- A single header standard C++ serialization framework.☆197Updated 4 years ago
- Small, header only signals and slots C++11 library.☆260Updated 2 years ago
- Scope Guard & Defer C++☆178Updated last year
- optional lite - A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library