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

Template specialization of conditional. More...

#include <nanovdb/util/Util.h>

Public Types

using type = FalseT
 

Detailed Description

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

Template specialization of conditional.

Template Parameters
FalseTType used when boolean is false
TrueTType used when boolean is true

Member Typedef Documentation

using type = FalseT