mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-13 01:36:21 +00:00
new move value policy
This commit is contained in:
@@ -7,8 +7,8 @@ Called Example1 destructor (32)
|
||||
Instance 1: Example1[value=320]
|
||||
Instance 2: Example1[value=32]
|
||||
Called Example1 copy constructor with value 320..
|
||||
Called Example1 copy constructor with value 320..
|
||||
Called Example1 destructor (320)
|
||||
Called Example1 move constructor with value 320..
|
||||
Called Example1 destructor (0)
|
||||
Example1[value=320]
|
||||
Called Example1 destructor (320)
|
||||
Example1[value=320]
|
||||
|
||||
Reference in New Issue
Block a user