Template Struct SharedHandleOps

Struct Documentation

template<typename HandleType>
struct SharedHandleOps

Public Static Functions

static inline int DecRef(HandleType handle)
static inline int IncRef(HandleType handle)
static inline int RefCount(HandleType handle)
static inline constexpr bool IsNull(HandleType handle)
static inline constexpr HandleType Null()