mrdocs::any_callable

A movable, type‐erased function object.

Synopsis

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