Skip to content

sg::VisitDispatcher::VisitDispatcher

Constructors

Synopses

Declared in <SageIII/sageInterface/sageGeneric.h>

Constructor

VisitDispatcher(
    RoseVisitor const& rosevisitor,
    std::true_type);

Constructor

VisitDispatcher(
    RoseVisitor&& rosevisitor,
    std::false_type);

Created with MrDocs