#include <static_function.h>
◆ static_function_storage() [1/2]
template<typename T , typename ReturnType , typename... ArgTypes>
◆ static_function_storage() [2/2]
template<typename T , typename ReturnType , typename... ArgTypes>
◆ construct_at()
template<typename T , typename ReturnType , typename... ArgTypes>
◆ handle()
template<typename T , typename ReturnType , typename... ArgTypes>
◆ invoke()
template<typename T , typename ReturnType , typename... ArgTypes>
◆ vtable
template<typename T , typename ReturnType , typename... ArgTypes>
Initial value:= {
static void * handle(void *const source, void *target, static_function_operations const op)
Definition: static_function.h:81
static ReturnType invoke(void *const source, ArgTypes... args)
Definition: static_function.h:74
The documentation for this class was generated from the following file: