|
di 0.1.0
|
#include <di/function/container/function.h>
Public Member Functions | |
| auto | address () -> void * |
| auto | address () const -> void const * |
Public Attributes | |
| union { | |
| void * pointer | |
| di::Array< di::Byte, 2 *sizeof(void *)> byte_storage | |
| }; | |
|
inline |
|
inline |
| union { ... } di::function::function_ns::ErasedStorage |
| void* di::function::function_ns::ErasedStorage::pointer |