Skip to content

Commit

Permalink
deploy: 309c285
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Nov 13, 2023
1 parent 5b84bc4 commit 8cc2fed
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 119 deletions.
8 changes: 3 additions & 5 deletions d3/dbe/namespaceada_1_1checkers.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,6 @@ <h2 class="memtitle"><span class="permalink"><a href="#aa30ee2c6ba3a3e942c7e2e70

<p class="reference">References <a class="el" href="../../d3/dbe/namespaceada_1_1checkers.html#a429bd47d8a8754da869ae095c9bb1c9f">has_hex_prefix_unsafe()</a>, and <a class="el" href="../../dd/d64/namespaceada.html#af64c23f52049411702be65b780947d8b">ada::parse()</a>.</p>

<p class="reference">Referenced by <a class="el" href="../../d3/dbe/namespaceada_1_1checkers.html#a14231efa76a2139432359418296556d0">is_ipv4()</a>.</p>

</div>
</div>
<a id="a429bd47d8a8754da869ae095c9bb1c9f" name="a429bd47d8a8754da869ae095c9bb1c9f"></a>
Expand Down Expand Up @@ -339,13 +337,13 @@ <h2 class="memtitle"><span class="permalink"><a href="#a14231efa76a2139432359418
</tr>
</table>
</div><div class="memdoc">
<p>Returns true if an input is an ipv4 address. </p>
<p>Returns true if an input is an ipv4 address. It is assumed that the string does not contain uppercase ASCII characters (the input should have been lowered cased before calling this function) and is not empty. </p>
<p>Optimization opportunity: we have basically identified the last number of the ipv4 if we return true here. We might as well parse it and have at least one number parsed when we get to parse_ipv4.</p>
<p>Optimization opportunity: we have basically identified the last number of the ipv4 if we return true here. We might as well parse it and have at least one number parsed when we get to parse_ipv4.</p>

<p class="definition">Definition at line <a class="el" href="../../d4/dd6/checkers_8cpp_source.html#l00006">6</a> of file <a class="el" href="../../d4/dd6/checkers_8cpp_source.html">checkers.cpp</a>.</p>

<p class="reference">References <a class="el" href="../../d3/dbe/namespaceada_1_1checkers.html#aa30ee2c6ba3a3e942c7e2e70729a1cca">has_hex_prefix()</a>, <a class="el" href="../../d3/dbe/namespaceada_1_1checkers.html#ad5d849fea825255d7156a2d0749db7b6">is_digit()</a>, <a class="el" href="../../d2/dc3/namespaceada_1_1unicode.html#a0577b6e41486aeee7b143ad2e779a4c2">ada::unicode::is_lowercase_hex()</a>, and <a class="el" href="../../dd/d64/namespaceada.html#af64c23f52049411702be65b780947d8b">ada::parse()</a>.</p>
<p class="reference">References <a class="el" href="../../d3/dbe/namespaceada_1_1checkers.html#ad5d849fea825255d7156a2d0749db7b6">is_digit()</a>, <a class="el" href="../../d2/dc3/namespaceada_1_1unicode.html#a0577b6e41486aeee7b143ad2e779a4c2">ada::unicode::is_lowercase_hex()</a>, and <a class="el" href="../../dd/d64/namespaceada.html#af64c23f52049411702be65b780947d8b">ada::parse()</a>.</p>

</div>
</div>
Expand Down Expand Up @@ -546,7 +544,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a228548ec9f967976482088d2
<div class="line"> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,</div>
<div class="line"> 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1}</div>
</div><!-- fragment -->
<p class="definition">Definition at line <a class="el" href="../../d4/dd6/checkers_8cpp_source.html#l00030">30</a> of file <a class="el" href="../../d4/dd6/checkers_8cpp_source.html">checkers.cpp</a>.</p>
<p class="definition">Definition at line <a class="el" href="../../d4/dd6/checkers_8cpp_source.html#l00060">60</a> of file <a class="el" href="../../d4/dd6/checkers_8cpp_source.html">checkers.cpp</a>.</p>

</div>
</div>
Expand Down
Loading

0 comments on commit 8cc2fed

Please sign in to comment.