libcoro
1.0
Coroutine support library for C++20
|
Contains information about stored content. More...
#include <function.h>
Public Attributes | |
const std::type_info & | type |
reference to type information More... | |
void * | ptr |
pointer to memory, where content is located. More... | |
std::size_t | size |
size in bytes More... | |
Contains information about stored content.
Definition at line 310 of file function.h.