OpenVDB
12.0.0
|
Trait used to transfer the const-ness of a reference type to another type. More...
#include <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 |