|
Luwra
Minimal-overhead Lua wrapper for C++
|
Arbitrary pushable value. More...
#include <pushable.hpp>
Public Member Functions | |
| bool | operator< (const Pushable &other) const |
| template<typename Type > | |
| Pushable (Type &&value) | |
Public Attributes | |
| const internal::SharedPushableImpl | interface |
Arbitrary pushable value.
This class is implicitly constructible using any type. One can use this class with STL containers in order to achieve pushable mixed-type containers.
|
inline |
|
inline |
| const internal::SharedPushableImpl luwra::Pushable::interface |