OpenVDB 13.1.0
Loading...
Searching...
No Matches
BufferHasStream< BufferT, typename > Struct Template Reference

Detects whether a buffer exposes a retained stream (a stream() member), i.e. whether its resource is stream-ordered. Used to pick the buffer's stream-taking constructor without naming CUDA types. More...

#include <nanovdb/HostBuffer.h>

Static Public Attributes

static constexpr bool value = false

Detailed Description

template<typename BufferT, typename = void>
struct nanovdb::BufferHasStream< BufferT, typename >

Detects whether a buffer exposes a retained stream (a stream() member), i.e. whether its resource is stream-ordered. Used to pick the buffer's stream-taking constructor without naming CUDA types.

Member Data Documentation

◆ value

template<typename BufferT, typename = void>
bool value = false
staticconstexpr