Skip to content

Commit

Permalink
Deployed ec8c19f with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzicheng1987 committed Mar 1, 2025
1 parent 8217c68 commit eca220c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions bytestring/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2281,13 +2281,10 @@ <h1 id="rflbytestring"><code>rfl::Bytestring</code><a class="headerlink" href="#
<p><code>rfl::Bytestring</code> is a simple alias:</p>
<div class="language-cpp highlight"><pre><span></span><code><span class="k">namespace</span><span class="w"> </span><span class="nn">rfl</span><span class="w"> </span><span class="p">{</span>

<span class="k">using</span><span class="w"> </span><span class="n">Bytestring</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">basic_string</span><span class="o">&lt;</span><span class="n">std</span><span class="o">::</span><span class="n">byte</span><span class="o">&gt;</span><span class="p">;</span>
<span class="k">using</span><span class="w"> </span><span class="n">Bytestring</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">std</span><span class="o">::</span><span class="n">vector</span><span class="o">&lt;</span><span class="n">std</span><span class="o">::</span><span class="n">byte</span><span class="o">&gt;</span><span class="p">;</span>

<span class="p">}</span>
</code></pre></div>
<p>For more information on how to handle <code>std::basic_string</code> please refer to the
relevant documentation:</p>
<p>https://en.cppreference.com/w/cpp/string/basic_string</p>
<p>Bytestrings are supported by BSON, CBOR, flexbuffers and msgpack. Textual formats
do not support them.</p>

Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

0 comments on commit eca220c

Please sign in to comment.