OpenVDB 12.0.0
|
Template specialization used to transfer the const-ness of a reference type to another type. More...
#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/nanovdb/nanovdb/util/Util.h>
Public Types | |
using | type = const typename remove_const<T>::type |
Template specialization used to transfer the const-ness of a reference type to another type.
T | Type that will adopt the const-ness of the reference type |
ReferenceT | Reference type that is const |
match_const<const int, const float>::type = const int match_const<int, const float>::type = const int
using type = const typename remove_const<T>::type |