OpenVDB  9.0.1
Static Public Attributes | List of all members
is_same< T1, T2 > Struct Template Reference

C++11 implementation of std::is_same. More...

#include <nanovdb/NanoVDB.h>

Static Public Attributes

static constexpr bool value = false
 

Detailed Description

template<typename T1, typename T2>
struct nanovdb::is_same< T1, T2 >

C++11 implementation of std::is_same.

Member Data Documentation

constexpr bool value = false
static