[Please do not mail me a copy of your followup]
Jan Herrmann
On 14.08.2014 03:37, Richard wrote:
Now the question remains... is there something that already exists that provides a string_view from a vector of string_ref's?
Range with http://www.boost.org/doc/libs/1_56_0/libs/range/doc/html/range/reference/uti... could help.
Hmm... looks interesting. Obviously that could be used to get a single iterator over two string_ref's. If I have a chain of string_ref's r1...rN, it looks like I'd have to do: join(r1, join(r2, join(r3, join(r4, ..., join(rN-1, rN) ...))) Which doesn't look promising, but I'll give it a go. -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com