OpenVDB 12.0.0
Loading...
Searching...
No Matches
remove_reference< T & > Struct Template Reference

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

#include </private/tmp/openvdb-20241101-7014-5j8vk0/openvdb-12.0.0/nanovdb/nanovdb/util/Util.h>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct nanovdb::util::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

Member Typedef Documentation

◆ type

template<typename T >
using type = T