Template specialization used to transfer the const-ness of a reference type to another type. More...
#include <nanovdb/util/Util.h>
| Public Types | |
| using | type = const typename remove_const<T>::type | 
| using | 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 | 
| using type = const typename remove_const<T>::type |