|
Zth (libzth)
|
#include <context.h>
Public Member Functions | |
| void * | operator() () noexcept |
Public Attributes | ||
| union { | ||
| struct { | ||
| A::template function_type< R > * f | ||
| A_::tuple_type a | ||
| } | ||
| Packed< R >::type r | ||
| }; | ||
|
inlinenoexcept |
| union { ... } zth::impl::FunctionION< R, A, A_ > |
| A_::tuple_type zth::impl::FunctionION< R, A, A_ >::a |
| A::template function_type<R>* zth::impl::FunctionION< R, A, A_ >::f |
| Packed<R>::type zth::impl::FunctionION< R, A, A_ >::r |