| virtmem
    virtual memory library for Arduino | 
Generalized NULL pointer class.  
 More...
#include <vptr_utils.h>
Generalized NULL pointer class. 
This class can be used to assign a zero (NULL) value to both virtual and regular pointers. This is useful, for instance, to write generic code where the type of a pointer is unknown. The virtmem namespace contains a global instance of the NILL_t class: NILL.