Define RCPPSW_WRAP_DECL

Define Documentation

RCPPSW_WRAP_DECL(Ret, Func, ...)

Readability-enhancing macro for declaring that you are wrapping a function provided by a member variable/parent class/etc. You don’t HAVE to use this macro, but doing so generally saves some typing, and makes your code more self-documenting.

The variable argument list is to allow specification of ‘const’ as part of the function declaration.