HDK
|
Template specialization of trait class use to to remove pointer, i.e. "*", qualifier from a type. More...
#include <NanoVDB.h>
Public Types | |
using | type = T |
Template specialization of trait class use to to remove pointer, i.e. "*", qualifier from a type.
T | Type of the pointer |
remove_pointer<float*>::type = float
using nanovdb::remove_pointer< T * >::type = T |