<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 61: Using an array as source for elements</title><link href="https://sourceforge.net/p/fastformat/feature-requests/61/" rel="alternate"/><link href="https://sourceforge.net/p/fastformat/feature-requests/61/feed.atom" rel="self"/><id>https://sourceforge.net/p/fastformat/feature-requests/61/</id><updated>2010-04-06T08:26:36Z</updated><subtitle>Recent changes to 61: Using an array as source for elements</subtitle><entry><title>Using an array as source for elements</title><link href="https://sourceforge.net/p/fastformat/feature-requests/61/" rel="alternate"/><published>2010-04-06T08:26:36Z</published><updated>2010-04-06T08:26:36Z</updated><author><name>Zara</name><uri>https://sourceforge.net/u/yozara/</uri></author><id>https://sourceforge.netd744ea238f816ada468e4a97c68824efdf759cc0</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I think it may be useful to have fmt overloads such as&lt;br /&gt;
template &amp;lt;typename S, typename F, typename A&amp;gt; S&amp;amp; fastformat::fmt (S &amp;amp;sink, F const &amp;amp; format, size_t numElems, A const * elems );&lt;/p&gt;
&lt;p&gt;The format parameters {0},{1}...{i} would be replaced by elements 0,1..i of the array. Probably, trying to access non-existing elements should result in an exception, but I am really flexible on that.&lt;br /&gt;
Does it seem useful? Is it feasible?&lt;br /&gt;
I offer myself to help on debugging, testing, or whichever task may seem fit.&lt;br /&gt;
Thank's!&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>