|
TuringSim
C++ framework to simulate abstract computing models
|
Allows to easily build visitor for variant type from several callable objects, in particular lambda. More...
#include <utils/visitor.h>


Allows to easily build visitor for variant type from several callable objects, in particular lambda.
| Ts | Type of each function involved in the visitor. |
If can be used by: std::visit(Visitor{f1, f2, f3, ...}, variant)