13
0
livetrax/libs/lua/LuaBridge/detail
Robin Gareus 9914732004
Potential fix for C++20 std::set::* ambiguity
(until C++20) bool empty() const noexcept;
(since C++20) [[nodiscard]] bool empty() const noexcept;
2022-10-19 16:06:47 +02:00
..
CFunctions.h Prepare Lua bindings for std::set::insert 2022-10-17 23:09:04 +02:00
ClassInfo.h
Constructor.h
dump.h
FuncArgs.h
FuncTraits.h
Iterator.h
LuaException.h
LuaHelpers.h
LuaRef.h
Namespace.h Potential fix for C++20 std::set::* ambiguity 2022-10-19 16:06:47 +02:00
Stack.h
TypeList.h
TypeTraits.h
Userdata.h LuaBridge - add API to try convert a value 2022-09-26 21:39:21 +02:00