μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Functions
test_copy_move.cpp File Reference
#include <pybind11/stl.h>
#include "constructor_stats.h"
#include "pybind11_tests.h"
Include dependency graph for test_copy_move.cpp:

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

 TEST_SUBMODULE (copy_move_policies, m)
 

Function Documentation

◆ TEST_SUBMODULE()

TEST_SUBMODULE ( copy_move_policies  ,
 
)