A simple "NULL" marker type. More...
Public Member Functions | |
| template<typename T > | |
| __host__ __device__ __forceinline__ NullType & | operator= (const T &) |
| __host__ __device__ __forceinline__ bool | operator== (const NullType &) |
| __host__ __device__ __forceinline__ bool | operator!= (const NullType &) |
A simple "NULL" marker type.
Definition at line 256 of file util_type.cuh.