HDK
|
Trait use to remove reference, i.e. "&", qualifier from a type. Default implementation is just a pass-through. More...
#include <NanoVDB.h>
Public Types | |
using | type = T |
Trait use to remove reference, i.e. "&", qualifier from a type. Default implementation is just a pass-through.
T | Type |
remove_pointer<float>::type = float
using nanovdb::remove_reference< T >::type = T |