OpenVDB
12.0.0
|
CanConvertType<FromType, ToType>::value is true
if a value of type ToType can be constructed from a value of type FromType.
More...
#include <openvdb/Types.h>
Public Types | |
enum | { value = std::is_constructible<ToType, FromType>::value } |
CanConvertType<FromType, ToType>::value is true
if a value of type ToType can be constructed from a value of type FromType.