libcoro  1.0
Coroutine support library for C++20

◆ any() [1/2]

template<unsigned int reserved_space = 4*sizeof(void *)>
template<hasnt_cast_operator< any > Arg>
coro::any< reserved_space >::any ( Arg &&  arg)
inline

Construct any instance.

Parameters
argvalue moved into storage The Arg must be move_constructible

Definition at line 325 of file function.h.