Template specialization of trait class use to remove reference, i.e. "&", qualifier from a type. More...
#include <nanovdb/util/Util.h>
| Public Types | |
| using | type = T | 
| using | type | 
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 type | 
| using type = T |