RenderManAPI  24.0
RixFunction< _Signature > Class Template Reference

RixFunction is a template class similar to std::function. More...

#include <RixInterfaces.h>

Detailed Description

template<typename _Signature>
class RixFunction< _Signature >

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(...)


The documentation for this class was generated from the following file: