Default implementation of a NodeUnion that stores the child pointer and the value separately (i.e., not in a union). Types which select this specialization usually do not conform to the requirements of a union member, that is that the type ValueT is not trivially copyable. This implementation is thus NOT used for POD, math::Vec, math::Mat, math::Quat or math::Coord types, but is used (for example) with std::string.
More...
#include <NodeUnion.h>
template<typename ValueT, typename ChildT, typename Enable = void>
class openvdb::OPENVDB_VERSION_NAME::tree::NodeUnion< ValueT, ChildT, Enable >
Default implementation of a NodeUnion that stores the child pointer and the value separately (i.e., not in a union). Types which select this specialization usually do not conform to the requirements of a union member, that is that the type ValueT is not trivially copyable. This implementation is thus NOT used for POD, math::Vec, math::Mat, math::Quat or math::Coord types, but is used (for example) with std::string.
Definition at line 31 of file NodeUnion.h.
template<typename ValueT, typename ChildT, typename Enable = void>
template<typename ValueT, typename ChildT, typename Enable = void>
template<typename ValueT, typename ChildT, typename Enable = void>
template<typename ValueT, typename ChildT, typename Enable = void>
template<typename ValueT, typename ChildT, typename Enable = void>
template<typename ValueT, typename ChildT, typename Enable = void>
The documentation for this class was generated from the following file: