Lumiera  0.pre.03
»edit your freedom«
UseDefault< RET > Struct Template Reference

#include "lib/visitor-policies.hpp"

Description

template<class RET>
struct lib::visitor::UseDefault< RET >

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 &)
 
+ Collaboration diagram for UseDefault< RET >:

The documentation for this struct was generated from the following file: