OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
Array1D.h File Reference
#include "Utilities/CLRangeError.h"
#include <algorithm>
#include <ostream>
Include dependency graph for Array1D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Array1D< T >
 One-dimensional array. More...

Functions

template<class T>
std::ostream & operator<< (std::ostream &os, const Array1D< T > &v)

Function Documentation

◆ operator<<()

template<class T>
std::ostream & operator<< ( std::ostream & os,
const Array1D< T > & v )

Definition at line 246 of file Array1D.h.

References Array1D< T >::size().

Here is the call graph for this function: