Boost logo

Boost :

Subject: Re: [boost] Boost.Pipeline -- scheduling of segments
From: christophe.j.henry_at_[hidden]
Date: 2014-07-09 12:45:33


>We almost certainly are meaning different things. I meant something like:
>
>auto p = Paragraphs << TextFile << HTMLFile <<
>"http://www.boost.org/"
>
>Paragraphs::Words::iterator it=p[4].match("Niall");
>
>while(it)
> std::cout << "'Niall' found at offset " << it->offset << std::endl;

Nice.
I'm pretty sure my example can be augmented by a pipeline stage in form of a
tcp scheduler pushing into a HTML file stage etc.
But don't you think it's a bit too much for a GSoC project and we should set
realistic goals a student can achieve?

Cheers,
Christophe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk