<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 59: indexer</title><link href="https://sourceforge.net/p/fastformat/feature-requests/59/" rel="alternate"/><link href="https://sourceforge.net/p/fastformat/feature-requests/59/feed.atom" rel="self"/><id>https://sourceforge.net/p/fastformat/feature-requests/59/</id><updated>2010-03-15T04:14:08Z</updated><subtitle>Recent changes to 59: indexer</subtitle><entry><title>indexer</title><link href="https://sourceforge.net/p/fastformat/feature-requests/59/" rel="alternate"/><published>2010-03-15T04:14:08Z</published><updated>2010-03-15T04:14:08Z</updated><author><name>Matt Wilson</name><uri>https://sourceforge.net/u/matsys/</uri></author><id>https://sourceforge.net7dedb1fa063cc92386a06e5e4f8f819a2f4603df</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;e.g. &lt;/p&gt;
&lt;p&gt;{&lt;br /&gt;
std::copy(  headers.begin(), headers.end()&lt;br /&gt;
,   fastformat::format_iterator(fastformat::to_sink(::OutputDebugString), "{1}\t{0}\n", ff::indexer()));&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;{&lt;br /&gt;
int value   =   1000;&lt;/p&gt;
&lt;p&gt;std::copy(  headers.begin(), headers.end()&lt;br /&gt;
,   fastformat::format_iterator(fastformat::to_sink(::OutputDebugString), "{1}\t{0}\n", ff::indexer(&amp;amp;value, +1)));&lt;/p&gt;
&lt;p&gt;ff::fmtln(std::cout, "value={0}", value);&lt;br /&gt;
}&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>