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

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

#include <NanoVDB.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct nanovdb::remove_reference< T & >

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

Template Parameters
TType of the reference

remove_pointer<float&>::type = float

Definition at line 564 of file NanoVDB.h.

Member Typedef Documentation

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

Definition at line 564 of file NanoVDB.h.


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