OpenVDB 12.0.0
|
Trait used to transfer the const-ness of a reference type to another type. More...
#include </private/tmp/openvdb-20241101-7014-5j8vk0/openvdb-12.0.0/nanovdb/nanovdb/util/Util.h>
Public Types | |
using | type = typename remove_const<T>::type |
Trait used to transfer the const-ness of a reference type to another type.
T | Type whose const-ness needs to match the reference type |
ReferenceT | Reference type that is not const |
match_const<const int, float>::type = int match_const<int, float>::type = int
using type = typename remove_const<T>::type |