OpenVDB  11.0.0
Static Public Attributes | List of all members
is_floating_point< T > Struct Template Reference

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

#include <nanovdb/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.

Member Data Documentation

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