OpenVDB 11.0.0
|
Template specialization of trait class use to to remove pointer, i.e. "*", qualifier from a type. More...
#include </private/tmp/openvdb-20240426-83507-bnu7c4/openvdb-11.0.0/nanovdb/nanovdb/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 type = T |