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

Template specialization of pointers. More...

#include <nanovdb/util/Util.h>

Static Public Attributes

static constexpr bool value = true
 

Detailed Description

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

Template specialization of pointers.

Template Parameters
TTemplate parameter to be tested
Note
T can be both a non-const and const type

Member Data Documentation

constexpr bool value = true
static