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

Template specialization of trait class use to to remove pointer, i.e. "*", qualifier from a type. More...

#include <NanoVDB.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct nanovdb::remove_pointer< T * >

Template specialization of trait class use to to remove pointer, i.e. "*", qualifier from a type.

Template Parameters
TType of the pointer

remove_pointer<float*>::type = float

Definition at line 578 of file NanoVDB.h.

Member Typedef Documentation

template<typename T >
using nanovdb::remove_pointer< T * >::type = T

Definition at line 578 of file NanoVDB.h.


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