Typedef cosm::repr::operations::nest_extent_visitor
Defined in File nest_extent.hpp
Typedef Documentation
-
using cosm::repr::operations::nest_extent_visitor = rpvisitor::filtered_visitor<detail::nest_extent>
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).