Skip to content

Commit 609e700

Browse files
committed
Deployed 8f224fa to dev with MkDocs 1.6.1 and mike 2.1.1
1 parent 8f224fa commit 609e700

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dev/api/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1870,8 +1870,8 @@ <h2 id="safe-printf">Safe <code>printf</code></h2>
18701870
</div>
18711871
<div class="docblock">
18721872
<a id="fprintf">
1873-
<pre><code class="language-cpp decl"><div>template &lt;typename S, typename...&nbsp;T, typename Char&gt;
1874-
</div><div>auto fprintf(std::FILE* f, const S& fmt, const T&... args) -&NoBreak;>&nbsp;int;</div></code></pre>
1873+
<pre><code class="language-cpp decl"><div>template &lt;typename...&nbsp;T&gt;
1874+
</div><div>auto fprintf(std::FILE* f, string_view fmt, const T&... args) -&NoBreak;>&nbsp;int;</div></code></pre>
18751875
</a>
18761876
<div class="docblock-desc">
18771877
<p>Formats <code>args</code> according to specifications in <code>fmt</code> and writes the output to <code>f</code>.</p>
@@ -1881,8 +1881,8 @@ <h2 id="safe-printf">Safe <code>printf</code></h2>
18811881
</div>
18821882
<div class="docblock">
18831883
<a id="sprintf">
1884-
<pre><code class="language-cpp decl"><div>template &lt;typename S, typename...&nbsp;T, typename Char&gt;
1885-
</div><div>auto sprintf(const S& fmt, const T&... args) -&NoBreak;>&nbsp;std::basic_string&lt;Char>;</div></code></pre>
1884+
<pre><code class="language-cpp decl"><div>template &lt;typename...&nbsp;T&gt;
1885+
</div><div>auto sprintf(string_view fmt, const T&... args) -&NoBreak;>&nbsp;std::string;</div></code></pre>
18861886
</a>
18871887
<div class="docblock-desc">
18881888
<p>Formats <code>args</code> according to specifications in <code>fmt</code> and returns the result as as string.</p>

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)