Typedef cosm::ds::operations::cell2D_empty_visitor
Defined in File cell2D_empty.hpp
Typedef Documentation
-
using cosm::ds::operations::cell2D_empty_visitor = rpvisitor::filtered_visitor<cell2D_empty>
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).