ARTS  1.0.222
Classes | Functions
array.h File Reference

This file contains the definition of Array. More...

#include <vector>
#include <iomanip>
#include <iostream>
#include <climits>
#include "arts.h"

Go to the source code of this file.

Classes

class  Array< base >
 This can be used to make arrays out of anything. More...
 

Functions

template<class base >
std::ostream & operator<< (std::ostream &os, const Array< base > &v)
 Output operator. More...
 
template<class base >
base max (const Array< base > &x)
 Max function. More...
 
template<class base >
base min (const Array< base > &x)
 Min function. More...
 

Detailed Description

This file contains the definition of Array.

Author
Stefan Buehler
Date
2001-09-05

Definition in file array.h.

Function Documentation

◆ max()

template<class base >
base max ( const Array< base > &  x)
inline

Max function.

Definition at line 167 of file array.h.

◆ min()

template<class base >
base min ( const Array< base > &  x)
inline

Min function.

Definition at line 186 of file array.h.

◆ operator<<()

template<class base >
std::ostream& operator<< ( std::ostream &  os,
const Array< base > &  v 
)
inline

Output operator.

Definition at line 146 of file array.h.