OpenVDB 12.0.0
Loading...
Searching...
No Matches
is_pointer< T > Struct Template Reference

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

#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/nanovdb/nanovdb/util/Util.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

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

Trait used to identify template parameter that are pointers.

Template Parameters
TTemplate parameter to be tested

Member Data Documentation

◆ value

template<class T >
bool value = false
staticconstexpr