mrdocs::dom::makeInvocable

Create a Function from a fixed‐arity invocable.

Synopsis

Declared in <mrdocs/Dom/Function.hpp>

template<class F>
Function
makeInvocable(F&& f);

Return Value

Function that forwards arguments to f.

Parameters

Name Description

f

Callable to wrap.

Created with MrDocs