Skip to content

Commit

Permalink
Minor addition to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Oct 14, 2024
1 parent c63d89d commit 06d75b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/HTML/VirtualString.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
</td>
<td>
<I>FixedSizeString</I> is a fixed-size and null-terminated string. Since the size is a template parameter, each different size is a different object type. But since <I>FixedSizeString</I> is derived from <I>VirtualString</I> (which is not a templated object), different size instances can be interchanged through references to <I>VirtualString</I>. <I>VirtualString</I> implements almost all of std::string functionalities.<BR>
<I>FixedSizeString</I> is the type of column names in DataFrame and could be used by users for their other purposes.
There is no dynamic memory allocation and deallocation involved here.<BR>
<I>FixedSizeString</I> is the type of column names in DataFrame and could be used by users for their other purposes.

</td>
</tr>
Expand Down

0 comments on commit 06d75b2

Please sign in to comment.