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