OpenVDB  11.0.0
Public Types | List of all members
remove_const< T > Struct Template Reference

Trait use to const from type. Default implementation is just a pass-through. More...

#include <nanovdb/NanoVDB.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct nanovdb::remove_const< T >

Trait use to const from type. Default implementation is just a pass-through.

Template Parameters
TType

remove_pointer<float>::type = float

Member Typedef Documentation

using type = T