cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Classes | Functions
test_copy_move.cpp File Reference
#include "pybind11_tests.h"
#include "constructor_stats.h"
#include <pybind11/stl.h>

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  ,
 
)

Definition at line 103 of file test_copy_move.cpp.