libcoro  1.0
Coroutine support library for C++20

◆ get_info() [2/2]

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

Retrieve information about the content.

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

Definition at line 344 of file function.h.