mrdocs::any_callable A movable, type‐erased function object. Synopsis Declared in <mrdocs/Support/TypeTraits/any_callable.hpp> template<class> class any_callable; Description Usage: any_callable<void(void)> f; Specializations Name Description any_callable<R(Args...)> Type‐erased callable wrapper for signature R(Args...). Created with MrDocs