HDK
|
Trait used to transfer the const-ness of a reference type to another type. More...
#include <NanoVDB.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 nanovdb::match_const< T, ReferenceT >::type = typename remove_const<T>::type |