Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgiifirsov/variant
C++14 Variant type implementation with only standard features of C++ language and STL library used
https://github.com/georgiifirsov/variant
cplusplus cplusplus-14 cpp cpp14 variant variant-type
Last synced: 10 days ago
JSON representation
C++14 Variant type implementation with only standard features of C++ language and STL library used
- Host: GitHub
- URL: https://github.com/georgiifirsov/variant
- Owner: GeorgiiFirsov
- License: gpl-3.0
- Created: 2020-04-08T00:06:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T17:29:14.000Z (over 4 years ago)
- Last Synced: 2024-11-06T03:09:12.734Z (about 2 months ago)
- Topics: cplusplus, cplusplus-14, cpp, cpp14, variant, variant-type
- Language: C++
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Variant
C++14 implementation of `std::variant` from C++17.
> Description will be extended soon