Specilization of an empty TupleList. Required due to constructor selection.
More...
#include <openvdb/TypeList.h>
|
| 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) |
|
template<>
struct openvdb::v12_0::TupleList<>
Specilization of an empty TupleList. Required due to constructor selection.
constexpr void evalFirstPred |
( |
Pred |
, |
|
|
OpT |
|
|
) |
| |
|
inline |
constexpr RetT evalFirstPred |
( |
Pred |
, |
|
|
OpT |
, |
|
|
RetT |
def |
|
) |
| |
|
inline |
constexpr void foreach |
( |
OpT |
| ) |
|
|
inline |
constexpr auto& get |
( |
| ) |
const |
|
inline |