Scarab  v2.11.1
Project 8 C++ Utility Library
Classes | Functions | Variables
test_copy_move.cpp File Reference
#include "pybind11_tests.h"
#include "constructor_stats.h"
#include <pybind11/stl.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

void test_submodule_copy_move_policies (py::module &)
 

Variables

test_initializer copy_move_policies ("copy_move_policies", test_submodule_copy_move_policies)
 

Function Documentation

◆ test_submodule_copy_move_policies()

void test_submodule_copy_move_policies ( py::module m)

Definition at line 103 of file test_copy_move.cpp.

Variable Documentation

◆ copy_move_policies

test_initializer copy_move_policies("copy_move_policies", test_submodule_copy_move_policies)