OpenVDB 12.0.0
|
Template specialization of trait class use to remove reference, i.e. "&", qualifier from a type. More...
#include </private/tmp/openvdb-20241101-7014-5j8vk0/openvdb-12.0.0/nanovdb/nanovdb/util/Util.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 type = T |