Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/visitor-policies.hpp"
Policy returning just the default return value in case of encountering an unknown Visitor (typically caused by adding a new class to the visitable hierarchy)
Definition at line 47 of file visitor-policies.hpp.
Public Member Functions | |
template<class TAR > | |
RET | onUnknown (TAR &) |