Go to the source code of this file.
Classes | |
| class | instigate::generic::remove_reference< T > |
| The class remove_reference for getting typename without reference if there is. More... | |
| class | instigate::generic::remove_reference< T & > |
| Specialization of class instigate::scripting::generic::remove_reference for. More... | |
| class | instigate::generic::remove_const< T > |
| The class remove_const for getting typename without constant specification if there is. More... | |
| class | instigate::generic::remove_const< const T > |
| Specialization of class instigate::scripting::generic::remove_const for type. More... | |
| class | instigate::generic::add_const_reference< T > |
| The class add_const_reference for adding constant specification and reference to typename. More... | |