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

Template specialization of trait class use to remove const qualifier type from a type. More...

#include <NanoVDB.h>

Public Types

using type = T
 

Detailed Description

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

Template specialization of trait class use to remove const qualifier type from a type.

Template Parameters
TType of the const type

remove_pointer<const float>::type = float

Definition at line 547 of file NanoVDB.h.

Member Typedef Documentation

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

Definition at line 549 of file NanoVDB.h.


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