|
HDK
|
Functions | |
| template<class T , class Visitor , class = decltype(std::declval<Visitor>()(std::declval<T>()))> | |
| auto | Visit (VtValue const &val, Visitor &&visitor, int) |
| template<class T , class Visitor > | |
| auto | Visit (VtValue const &val, Visitor &&visitor,...) |
| auto Vt_ValueVisitDetail::Visit | ( | VtValue const & | val, |
| Visitor && | visitor, | ||
| int | |||
| ) |
Definition at line 24 of file visitValue.h.
| auto Vt_ValueVisitDetail::Visit | ( | VtValue const & | val, |
| Visitor && | visitor, | ||
| ... | |||
| ) |
Definition at line 30 of file visitValue.h.