CatapultServer
v0.5.0.1 (Elephant)
|
Go to the documentation of this file.
23 namespace catapult {
namespace handlers {
26 template<
typename TContainer>
37 template<
typename TConverter>
38 auto next(TConverter convert) {
44 decltype(TContainer().cbegin())
m_iter;
const TContainer & m_container
Definition: BasicProducer.h:43
Definition: AddressExtractionExtension.cpp:28
auto next(TConverter convert)
Produces the next entity and calls convert for any required adaptation.
Definition: BasicProducer.h:38
decltype(TContainer().cbegin()) m_iter
Definition: BasicProducer.h:44
A base class for producers.
Definition: BasicProducer.h:27
BasicProducer(const TContainer &container)
Creates a producer around container.
Definition: BasicProducer.h:30