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

Trait use to remove reference, i.e. "&", qualifier from a 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_reference< T >

Trait use to remove reference, i.e. "&", qualifier from a type. Default implementation is just a pass-through.

Template Parameters
TType

remove_pointer<float>::type = float

Definition at line 558 of file NanoVDB.h.

Member Typedef Documentation

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

Definition at line 558 of file NanoVDB.h.


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