Skip to content

Commit

Permalink
Add std::array container to user manual (vinniefalco#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfrings authored Nov 27, 2021
1 parent 345cad7 commit bd28f24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,9 @@ <h2>1.1 - <span id="s1.1">Design</span></h2>
<li>Global variables (variables must be wrapped in a named scope).
<li>Automatic conversion between STL container types and Lua tables
(conversion can be enabled for <code>std::list</code>, <code>std::vector</code>,
<code>std::map</code>, <code>std::unordered_map</code> or <code>std::optional</code>
by including <code>List.h</code>, <code>Vector.h</code>, <code>Map.h</code>,
<code>std::array</code>, <code>std::map</code>, <code>std::unordered_map</code>
or <code>std::optional</code> by including <code>List.h</code>,
<code>Vector.h</code>, <code>Array.h</code>, <code>Map.h</code>,
<code>UnorderedMap.h</code> or <code>Optional.h</code> respectively)
<li>Inheriting Lua classes from C++ classes.
<li>Passing nil to a C++ function that expects a pointer or reference.
Expand Down

0 comments on commit bd28f24

Please sign in to comment.