Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/meta/function-erasure.hpp"
Policy for FunErasure: store an unchecked bare function pointer.
Using this policy allows to store a conventional function ptr, and to retrieve it without overhead, but also without safety.
Definition at line 181 of file function-erasure.hpp.
Private Attributes | |
void * | funP_ |