pybind11/example/example-stl-binder-vector.ref

12 lines
216 B
Plaintext
Raw Normal View History

2016-05-07 04:26:19 +00:00
2
True
True
True
VectorInt[3, 2, 1, 0, 1, 2, 3]
VectorInt[3, 2, 0, 0, 99, 2, 3]
2016-05-15 18:50:38 +00:00
VectorInt[3, 0, 99, 2, 3]
VectorInt[0, 99, 2, 3]
VectorEl[El{1}, El{2}]
VectorEl[El{1}, El{2}]
VectorBool[1, 0, 1, 0, 1, 0, 1, 0, 1, 0]