[#mrdocs-any_callable-0a-2constructor-0f] = xref:mrdocs.adoc[mrdocs]::xref:mrdocs/any_callable-0a.adoc[any_callable<R(Args...)>]::any_callable :relfileprefix: ../../ :mrdocs: Construct from a callable object matching the signature. == Synopsis Declared in `<mrdocs/Support/any_callable.hpp>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class Callable> requires std::is_invocable_r_v<R, Callable, Args...> any_callable(Callable&& f); ---- == Parameters [cols="1,4"] |=== | Name| Description | *f* | Callable to store; must satisfy `R(Args...)`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#