OpenVDB  11.0.0
Static Public Attributes | List of all members
is_pointer< T > Struct Template Reference

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

#include <nanovdb/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

Member Data Documentation

constexpr bool value = false
static