Files
pybind11/include/pybind11
Jason Rhinelander 897d71687e Combine std::tuple/std::pair logic
The std::pair caster can be written as a special case of the std::tuple
caster; this combines them via a base `tuple_caster` class (which is
essentially identical to the previous std::tuple caster).

This also removes the special empty tuple base case: returning an empty
tuple is relatively rare, and the base case still works perfectly well
even when the tuple types is an empty list.
2017-07-05 12:27:14 -04:00
..
2017-07-05 12:27:14 -04:00
2017-03-11 23:04:16 -04:00
2017-05-10 10:42:23 -04:00
2017-06-29 11:31:54 +02:00
2017-07-02 15:27:51 -04:00