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

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

#include <NanoVDB.h>

Static Public Attributes

static constexpr bool value = is_same<T, float, double>::value
 

Detailed Description

template<typename T>
struct nanovdb::is_floating_point< T >

C++11 implementation of std::is_floating_point.

Definition at line 439 of file NanoVDB.h.

Member Data Documentation

template<typename T >
constexpr bool nanovdb::is_floating_point< T >::value = is_same<T, float, double>::value
static

Definition at line 441 of file NanoVDB.h.


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