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

Template specialization of trait class use to to remove pointer, i.e. "*", qualifier from a type. More...

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

Public Types

using type = T
 

Detailed Description

template<typename T>
struct nanovdb::util::remove_pointer< T * >

Template specialization of trait class use to to remove pointer, i.e. "*", qualifier from a type.

Template Parameters
TType of the pointer

remove_pointer<float*>::type = float

Member Typedef Documentation

◆ type

template<typename T >
using type = T