STK++ 0.9.13
|
A visitor Vector allow to unroll the visit of a vector if possible. More...
#include <STK_VisitorsImpl.h>
Static Public Member Functions | |
static void | run (Derived const &tab, Visitor &visitor) |
static void | apply (Derived &tab, Visitor &applier) |
A visitor Vector allow to unroll the visit of a vector if possible.
Definition at line 354 of file STK_VisitorsImpl.h.
|
inlinestatic |
Definition at line 361 of file STK_VisitorsImpl.h.
References STK::hidden::VisitorVectorImpl< Visitor, Derived, Size_ >::apply().
Referenced by STK::hidden::VisitorVectorImpl< Visitor, Derived, Size_ >::apply().
|
inlinestatic |
Definition at line 356 of file STK_VisitorsImpl.h.
References STK::hidden::VisitorVectorImpl< Visitor, Derived, Size_ >::run().
Referenced by STK::hidden::VisitorVectorImpl< Visitor, Derived, Size_ >::run().