|
Thrill
0.1
|
Access CatReaders for different different parents.
Collaboration diagram for ZipNode< ValueType, ZipFunction, Pad, UnequalCheck, NoRebalance, kNumInputs >::ReaderNext< Reader >:Public Member Functions | |
| ReaderNext (ZipNode &zip_node, std::array< Reader, kNumInputs > &readers) | |
| bool | HasNext () |
| helper for PushData() which checks all inputs More... | |
| template<typename Index > | |
| auto | operator() (const Index &) |
Private Attributes | |
| std::array< Reader, kNumInputs > & | readers_ |
| reference to the reader array in PushData(). More... | |
| ZipNode & | zip_node_ |
|
inline |
|
inline |
helper for PushData() which checks all inputs
Definition at line 363 of file zip.hpp.
Referenced by ZipNode< ValueType, ZipFunction, Pad, UnequalCheck, NoRebalance, kNumInputs >::PushData().
|
private |
reference to the reader array in PushData().