fixedarray.hh File Reference
Detailed Description
implementation of the stl array class (a static array) and its deprecated ancestor FixedArray
#include <iostream>
#include <iomanip>
#include <string>
#include <dune/common/deprecated.hh>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Classes | |
class | Dune::array< T, N > |
Simple fixed size array class. More... | |
class | Dune::FixedArray< T, N > |
Simple fixed size array class. More... | |
Functions | |
template<class T, int N> | |
std::ostream & | Dune::operator<< (std::ostream &s, array< T, N > e) |
Output operator for array. | |
template<class T, int N> | |
std::ostream & | Dune::operator<< (std::ostream &s, FixedArray< T, N > e) |
Output operator for FixedArray. |