OpenVDB 12.0.0
Loading...
Searching...
No Matches
conditional< bool, TrueT, FalseT > Struct Template Reference

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

#include </private/tmp/openvdb-20241101-6830-c2ql2h/openvdb-12.0.0/nanovdb/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

◆ type

template<bool , class TrueT , class FalseT >
using type = TrueT