OpenVDB
9.0.1
|
Metafunction used to determine if the first template parameter is a specialization of the class template given in the second template parameter. More...
#include <nanovdb/NanoVDB.h>
Static Public Attributes | |
static const bool | value = false |
Metafunction used to determine if the first template parameter is a specialization of the class template given in the second template parameter.
is_specialization<Vec3<float>, Vec3>value == true;
|
static |