.. highlight:: c .. _arr_stream: operator << ================================== **Synopsis**:: template std::ostream & operator << (std::ostream & out, array_view const &); template std::ostream & operator << (std::ostream & out, matrix_view const &); template std::ostream & operator << (std::ostream & out, vector_view const &); Prints the view (or the container since the view is trivially build from the container) to the stream out.