Typedef cosm::ds::operations::cell3D_op_visitor
Defined in File cell3D_op.hpp
Typedef Documentation
-
using cosm::ds::operations::cell3D_op_visitor = rpvisitor::precise_visitor<cell3D_op, cell3D_op::visit_typelist>
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).