mrdocs::any_callable

A movable, type‐erased function object.

Synopsis

template<class>
class any_callable;

Description

Usage:

any_callable<void(void)> f;

Created with MrDocs