Typedef cosm::ds::operations::cell3D_empty_visitor

Typedef Documentation

using cosm::ds::operations::cell3D_empty_visitor = rpvisitor::filtered_visitor<cell3D_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).