OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
cub::NullType Struct Reference

A simple "NULL" marker type. More...

Detailed Description

A simple "NULL" marker type.

Definition at line 256 of file util_type.cuh.

Public Member Functions

template<typename T >
__host__ __device__ __forceinline__ NullTypeoperator= (const T &)
 
__host__ __device__ __forceinline__ bool operator== (const NullType &)
 
__host__ __device__ __forceinline__ bool operator!= (const NullType &)
 

Member Function Documentation

◆ operator!=()

__host__ __device__ __forceinline__ bool cub::NullType::operator!= ( const NullType )
inline

Definition at line 265 of file util_type.cuh.

◆ operator=()

template<typename T >
__host__ __device__ __forceinline__ NullType & cub::NullType::operator= ( const T &  )
inline

Definition at line 261 of file util_type.cuh.

◆ operator==()

__host__ __device__ __forceinline__ bool cub::NullType::operator== ( const NullType )
inline

Definition at line 263 of file util_type.cuh.


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