OpenVDB 12.0.0
|
Metafunction used to determine if the first template parameter is a specialization of the class template given in the second template parameter. More...
#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/nanovdb/nanovdb/util/Util.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; is_specialization<Vec3f, Vec3>::value == true; is_specialization<std::vector<float>, std::vector>value == true;
|
static |