OpenVDB 11.0.0
|
Specilization of an empty TupleList. Required due to constructor selection. More...
#include <openvdb/TypeList.h>
Public Types | |
using | AsTypeList = TypeList<> |
using | TupleT = std::tuple<> |
Public Member Functions | |
TupleList ()=default | |
constexpr auto | size () |
TupleT & | tuple () |
const TupleT & | tuple () const |
template<size_t Idx> | |
constexpr auto & | get () |
template<size_t Idx> | |
constexpr auto & | get () const |
template<typename OpT > | |
constexpr void | foreach (OpT) |
template<class Pred , class OpT > | |
constexpr void | evalFirstPred (Pred, OpT) |
template<class Pred , class OpT , typename RetT > | |
constexpr RetT | evalFirstPred (Pred, OpT, RetT def) |
Specilization of an empty TupleList. Required due to constructor selection.
using AsTypeList = TypeList<> |
|
default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inline |