Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Variant

C++14 implementation of `std::variant` from C++17.

> Description will be extended soon