mrdocs::any_callable<R(Args...)>

Type‐erased callable wrapper for signature R(Args...).

Synopsis

Declared in <mrdocs/Support/any_callable.hpp>

template<
    class R,
    class... Args>
class any_callable<R(Args...)>;

Member Functions

Name

Description

any_callable [constructor] [deleted]

Constructors

operator()

Invoke the stored callable.

Created with MrDocs