OpenVDB  2.0.0
Public Types | List of all members
CopyConstness< FromType, ToType > Struct Template Reference

#include <TreeIterator.h>

Public Types

typedef boost::remove_const
< ToType >::type 
Type
 

Detailed Description

template<typename FromType, typename ToType>
struct openvdb::v2_0_0::tree::CopyConstness< FromType, ToType >

CopyConstness<T1, T2>::Type is either const T2 or T2 with no const qualifier, depending on whether T1 is const. For example,

Member Typedef Documentation

typedef boost::remove_const<ToType>::type Type

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