libcoro  1.0
Coroutine support library for C++20

◆ get_info() [1/2]

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

Retrieve information about the content.

Returns
information as content
Exceptions
std::bad_function_call- object is empty

Definition at line 352 of file function.h.