Any++
Loading...
Searching...
No Matches
anyxx::dispatch< R, Args > Class Template Reference

Open dispatch method. Solves the expression problem. See dispatch<R(Args...)> for details. More...

Detailed Description

template<typename R, typename... Args>
class anyxx::dispatch< R, Args >

Open dispatch method. Solves the expression problem. See dispatch<R(Args...)> for details.

Template Parameters
RReturn type.
...ArgsParameter types. The parameters for open dispatch must be the first and braced as virtual_.
Examples
21_Tree_any_dispatch.cpp, and 31_Animals_any_dispatch.cpp.

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