![]() |
Scarab
v2.11.1
Project 8 C++ Utility Library
|

Go to the source code of this file.
Classes | |
| struct | empty< derived > |
| struct | lacking_copy_ctor |
| struct | lacking_move_ctor |
| class | MoveOnlyInt |
| class | MoveOrCopyInt |
| class | CopyOnlyInt |
| struct | type_caster< MoveOnlyInt > |
| struct | type_caster< MoveOrCopyInt > |
| struct | type_caster< CopyOnlyInt > |
Functions | |
| void | test_submodule_copy_move_policies (py::module &) |
Variables | |
| test_initializer | copy_move_policies ("copy_move_policies", test_submodule_copy_move_policies) |
| void test_submodule_copy_move_policies | ( | py::module & | m | ) |
Definition at line 103 of file test_copy_move.cpp.
| test_initializer copy_move_policies("copy_move_policies", test_submodule_copy_move_policies) |
1.8.13