OpenVDB  12.0.0
Public Types | List of all members
conditional< bool, TrueT, FalseT > Struct Template Reference

C++11 implementation of std::conditional. More...

#include <nanovdb/util/Util.h>

Public Types

using type = TrueT
 

Detailed Description

template<bool, class TrueT, class FalseT>
struct nanovdb::util::conditional< bool, TrueT, FalseT >

C++11 implementation of std::conditional.

Member Typedef Documentation

using type = TrueT