![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
#include "visitor.h"
Public Member Functions | |
| Visitor (Args &&... args) | |
| Visitor (detail::VisitorFinallyTag, Args &&... args, FinallyFunc &&func) | |
| template<typename T > | |
| decltype(auto) | operator() (const T &var) const |
| template<typename F > | |
| Visitor< F, detail::VisitorBase< Args... > > | Finally (F &&func) |
|
inline |
Definition at line 75 of file visitor.h.
References LC::Util::Visit().
Referenced by LC::Util::Visit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 80 of file visitor.h.
References LC::Util::MakeScopeGuard(), and LC::Util::Visit().
Here is the call graph for this function:
|
inline |
|
inline |