|
Blender V4.3
|
#include <BLI_devirtualize_parameters.hh>
Public Member Functions | |
| template<typename Fn > | |
| bool | devirtualize (const Fn &fn) const |
Public Attributes | |
| const T | value |
A devirtualizer to be used with call_with_devirtualized_parameters.
This one is very simple, it does not perform any actual devirtualization. It can be used to pass parameters to the function that shouldn't be devirtualized.
Definition at line 157 of file BLI_devirtualize_parameters.hh.
|
inline |
Definition at line 160 of file BLI_devirtualize_parameters.hh.
| const T blender::BasicDevirtualizer< T >::value |
Definition at line 158 of file BLI_devirtualize_parameters.hh.