Remove errnoeous note claiming C++ operator~ maps to Lua ..
This commit is contained in:
parent
6b25dfda60
commit
4e63c4f720
1 changed files with 1 additions and 1 deletions
|
|
@ -993,7 +993,7 @@ The current list of operators which can be overloaded (and the alternative funct
|
|||
<li><tt>__unm__</tt> unary minus
|
||||
<li><tt>__call__</tt> operator<tt>()</tt> (often used in functor classes)
|
||||
<li><tt>__pow__</tt> the exponential fn (no C++ equivalent, Lua uses <tt>^</tt>)
|
||||
<li><tt>__concat__</tt> the concatenation operator (SWIG maps C++'s <tt>~</tt> to Lua's <tt>..</tt>)
|
||||
<li><tt>__concat__</tt> the concatenation operator (Lua's <tt>..</tt>)
|
||||
<li><tt>__eq__</tt> operator<tt>==</tt>
|
||||
<li><tt>__lt__</tt> operator<tt><</tt>
|
||||
<li><tt>__le__</tt> operator<tt><=</tt>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue