Template Class visit_set
Defined in File visitor.hpp
Class Documentation
-
template<typename ...Ts>
class visit_set General case for template expansion. Provides classes the ability to explicitly control what types of classes they can visit (limited to the specified types AND their parent classes).