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