OpenVDB 13.1.0
Loading...
Searching...
No Matches
BufferIsDeviceOnly< BufferT > Struct Template Reference

A single-space buffer whose storage the host cannot read: the device-single family minus its host-accessible members (managed or pinned resources). This is the predicate that gates the handles' host accessors off. More...

#include <nanovdb/HostBuffer.h>

Static Public Attributes

static constexpr bool value = BufferHasDeviceSingle<BufferT>::value && !BufferHasHostSingle<BufferT>::value

Detailed Description

template<typename BufferT>
struct nanovdb::BufferIsDeviceOnly< BufferT >

A single-space buffer whose storage the host cannot read: the device-single family minus its host-accessible members (managed or pinned resources). This is the predicate that gates the handles' host accessors off.

Member Data Documentation

◆ value

template<typename BufferT>
bool value = BufferHasDeviceSingle<BufferT>::value && !BufferHasHostSingle<BufferT>::value
staticconstexpr