Define RCPPSW_DECORATE_DECLDEF_STATIC

Define Documentation

RCPPSW_DECORATE_DECLDEF_STATIC(Class, Func, ...)

Wrap a static/non-member function from a base class/other accessible class/namespace using the decoratee.

ADL says you cannot put qualifiers on the name of the static function.