|
|
template<typename Key , typename Value > |
| basic_usertype & | set (Key &&key, Value &&value) |
| |
|
template<typename Sig , typename Key , typename... Args> |
| basic_usertype & | set_function (Key &&key, Args &&... args) |
| |
|
template<typename Key , typename... Args> |
| basic_usertype & | set_function (Key &&key, Args &&... args) |
| |
|
template<typename Key > |
| usertype_proxy< basic_usertype &, std::decay_t< Key > > | operator[] (Key &&key) |
| |
|
template<typename Key > |
| usertype_proxy< const basic_usertype &, std::decay_t< Key > > | operator[] (Key &&key) const |
| |
|
|
template<typename > |
| class | basic_metatable |
| |
|
template<bool , typename > |
| class | basic_table_core |
| |
The documentation for this class was generated from the following file: