libcoro  1.0
Coroutine support library for C++20
Public Attributes | List of all members
coro::any< reserved_space >::content Struct Reference

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...
 

Detailed Description

template<unsigned int reserved_space = 4*sizeof(void *)>
struct coro::any< reserved_space >::content

Contains information about stored content.

Definition at line 310 of file function.h.


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