mrdocs::any_callable

A movable, type-erased function object.

Synopsis

Declared in <mrdocs/Support/any_callable.hpp>
template<class>
class any_callable;

Description

Usage:

any_callable<void(void)> f;

Created with MrDocs