SPH
|
Iterates through types of variant until idx-th type is found, and executes given TVisitor, passing arguments to its method visit. More...
#include <Variant.h>
Static Public Member Functions | |
template<typename TVisitor , typename... Ts> | |
static void | visit (Size idx, TVisitor &&visitor, Ts &&... args) |
Iterates through types of variant until idx-th type is found, and executes given TVisitor, passing arguments to its method visit.
|
inlinestatic |