#include <pybind11/stl.h>#include "constructor_stats.h"#include "pybind11_tests.h"#include <type_traits>
Go to the source code of this file.
Classes | |
| class | CopyOnlyInt |
| struct | empty< derived > |
| struct | lacking_copy_ctor |
| struct | lacking_move_ctor |
| class | MoveOnlyInt |
| class | MoveOrCopyInt |
| struct | NotCopyable |
| struct | NotCopyableMap |
| struct | NotCopyableNotMovable |
| struct | NotCopyableNotMovableMap |
| struct | NotCopyableNotMovableVector |
| struct | NotCopyableVector |
| struct | NotMovable |
| struct | NotMovableMap |
| struct | NotMovableVector |
| struct | RecursiveMap |
| struct | RecursiveVector |
| struct | type_caster< CopyOnlyInt > |
| struct | type_caster< MoveOnlyInt > |
| struct | type_caster< MoveOrCopyInt > |
Functions | |
| TEST_SUBMODULE (copy_move_policies, m) | |
| TEST_SUBMODULE | ( | copy_move_policies | , |
| m | |||
| ) |
Definition at line 167 of file test_copy_move.cpp.