HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
openvdb::OPENVDB_VERSION_NAME::CanConvertType< FromType, ToType > Struct Template Reference

CanConvertType<FromType, ToType>::value is true if a value of type ToType can be constructed from a value of type FromType. More...

#include <Types.h>

Public Types

enum  { value = std::is_constructible<ToType, FromType>::value }
 

Detailed Description

template<typename FromType, typename ToType>
struct openvdb::OPENVDB_VERSION_NAME::CanConvertType< FromType, ToType >

CanConvertType<FromType, ToType>::value is true if a value of type ToType can be constructed from a value of type FromType.

Definition at line 403 of file Types.h.

Member Enumeration Documentation

template<typename FromType , typename ToType >
anonymous enum
Enumerator
value 

Definition at line 403 of file Types.h.


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