Turi Create
4.0
|
#include <ml/neural_net/combine_iterator.hpp>
Public Member Functions | |
bool | HasNext () const override |
Output | Next () override |
std::shared_ptr< IteratorPublisher< std::result_of< Callable()>::type > > | AsPublisher () |
Templated implementation of Iterator that wraps an arbitrary callable type.
Definition at line 58 of file combine_iterator.hpp.
|
inlineinherited |
Returns a Publisher wrapping this Iterator.
Definition at line 49 of file combine_iterator.hpp.
|
inlineoverridevirtual |
Returns true as long as the underlying sequence contains more values.
Implements turi::neural_net::Iterator< std::result_of< Callable()>::type >.
Definition at line 65 of file combine_iterator.hpp.
|
inlineoverridevirtual |
Returns the next value in the sequence. May throw on error.
Implements turi::neural_net::Iterator< std::result_of< Callable()>::type >.
Definition at line 67 of file combine_iterator.hpp.