mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-05 19:33:35 +00:00
VisitVariant allows one to use a generic lambda to visit a boost::variant. This is necessary because boost::visit_variant requires the visitor type to provide a return type. |
||
|---|---|---|
| .. | ||
| assert.h | ||
| bit_util.h | ||
| common_types.h | ||
| intrusive_list.h | ||
| iterator_util.h | ||
| memory_pool.cpp | ||
| memory_pool.h | ||
| mp.h | ||
| scope_exit.h | ||
| string_util.h | ||
| variant_util.h | ||