HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::is_pointer< T > Struct Template Reference

Trait used to identify template parameter that are pointers. More...

#include <NanoVDB.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<class T>
struct nanovdb::is_pointer< T >

Trait used to identify template parameter that are pointers.

Template Parameters
TTemplate parameter to be tested

Definition at line 511 of file NanoVDB.h.

Member Data Documentation

template<class T >
constexpr bool nanovdb::is_pointer< T >::value = false
static

Definition at line 513 of file NanoVDB.h.


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