- szLogVar::variant. C++17/20. O(log n) recursive template instantiation depth. Now updated with C++20 features. https://github.com/stevezhangsz/variant 3 comments cpp
- szLogVar::variant: A C++17 variant that stores a binary tree of types inside a union. O(log N) recursive template instantiation depth. Features get_unchecked, a noexcept get method without checking index. https://github.com/stevezhangsz/variant 12 comments cpp
Linked pages
- std::variant - cppreference.com https://en.cppreference.com/w/cpp/utility/variant 32 comments
- Variant Visitation V2 – Michael Park https://mpark.github.io/programming/2019/01/22/variant-visitation-v2/ 11 comments
- Binary search algorithm - Wikipedia http://en.wikipedia.org/wiki/Binary_search_algorithm#Implementation_issues 6 comments
Would you like to stay up to date with C & C++? Checkout C & C++
Weekly.
Related searches:
Search whole site: site:github.com
Search title: GitHub - SteveZhangSZ/variant
See how to search.