HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nanovdb::remove_const< T > Struct Template Reference

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

#include <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

Definition at line 538 of file NanoVDB.h.

Member Typedef Documentation

template<typename T>
using nanovdb::remove_const< T >::type = T

Definition at line 540 of file NanoVDB.h.


The documentation for this struct was generated from the following file: