RenderManAPI
24.0
|
RixFunction is a template class similar to std::function. More...
#include <RixInterfaces.h>
RixFunction is a template class similar to std::function.
It is provided as to shield plugins from ABI changes and incompatibilities between compilers. RixFunction is not very useful in its own, but it is used by some Rix interface methods where a callback is given as argument. An example can be found in RixThreadUtils::ParallelFor(...)