Skip to content
Snippets Groups Projects
Unverified Commit 84d32e75 authored by Sam Yates's avatar Sam Yates Committed by GitHub
Browse files

Implement std::variant workalike. (#993)

* Implement std::variant workalike.
* Add util::variant and accessors util::get, util::get_if, util::visit,
mimicking C++17 std::variant, but with some missing functionality noted
in the `util/variant.hpp` header.
* variant.hpp` available through public header API.
parent 1aadd17a
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment