Skip to content

Commit

Permalink
deploy: 58980e2
Browse files Browse the repository at this point in the history
  • Loading branch information
mguludag committed Jun 15, 2024
1 parent f78efe6 commit 90593fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-main/string__view_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="foldopen" id="foldopen00082" data-start="{" data-end="}">
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="classmgutility_1_1basic__string__view.html#ab8993982c8b6cc334f448f440d5f368d"> 82</a></span> <span class="keyword">constexpr</span> <span class="keyword">inline</span> <a class="code hl_function" href="classmgutility_1_1basic__string__view.html#ab8993982c8b6cc334f448f440d5f368d">basic_string_view</a>(<span class="keyword">const</span> std::basic_string&lt;Char&gt; &amp;str) noexcept</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> : data_(str.c_str()), size_(std.size()) {}</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> : data_(str.c_str()), size_(str.size()) {}</div>
</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> </div>
<div class="foldopen" id="foldopen00091" data-start="{" data-end="}">
Expand Down

0 comments on commit 90593fd

Please sign in to comment.