Typedef cosm::ds::operations::cell2D_unknown_visitor
Defined in File cell2D_unknown.hpp
Typedef Documentation
-
using cosm::ds::operations::cell2D_unknown_visitor = rpvisitor::filtered_visitor<cell2D_unknown>
We use the precise visitor in order to force compile errors if a call to a visitor is made that involves a visitee that is not in our visit set (i.e. remove the possibility of implicit upcasting performed by the compiler).