strict-variant icon indicating copy to clipboard operation
strict-variant copied to clipboard

A realtime/embedded-friendly C++11 variant type which is never empty and prevents undesirable implicit conversions

Results 1 strict-variant issues
Sort by recently updated
recently updated
newest added

Hi, Would you mine adding a `make_visitor` as seen on this page to allow using lambada with multiple type handling ? Ref: https://bitbashing.io/std-visit.html Ex : ```c++ [](auto& arg) { using...