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

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

#include <NanoVDB.h>

Static Public Attributes

static constexpr bool value = is_same<T0, T1>::value || is_same<T0, T...>::value
 

Detailed Description

template<typename T0, typename T1, typename... T>
struct nanovdb::is_same< T0, T1, T >

C++11 implementation of std::is_same.

Note
When more than two arguments are provided value = T0==T1 || T0==T2 || ...

Definition at line 418 of file NanoVDB.h.

Member Data Documentation

template<typename T0 , typename T1 , typename... T>
constexpr bool nanovdb::is_same< T0, T1, T >::value = is_same<T0, T1>::value || is_same<T0, T...>::value
static

Definition at line 420 of file NanoVDB.h.


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