|
| template<typename T , pybind11::return_value_policy rvp> |
| std::ostream & | regina::python::operator<< (std::ostream &out, const GlobalArray< T, rvp > &arr) |
| | Writes a string representation of the given array, including all of its elements, to the given output stream. More...
|
| |
| template<typename T , pybind11::return_value_policy rvp> |
| std::ostream & | regina::python::operator<< (std::ostream &out, const GlobalArray2D< T, rvp > &arr) |
| | Writes a string representation of the given array, including all of its elements, to the given output stream. More...
|
| |
| template<typename T , pybind11::return_value_policy rvp> |
| std::ostream & | regina::python::operator<< (std::ostream &out, const GlobalArray3D< T, rvp > &arr) |
| | Writes a string representation of the given array, including all of its elements, to the given output stream. More...
|
| |
Allows global C++ arrays to be wrapped neatly in Python.