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

Go to the source code of this file.

Classes

class  FArray1D< T, N >
 A templated representation for one-dimensional arrays. More...

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 222 of file FArray1D.h.