Dune Core Modules (2.3.1)
array.hh File Reference
Fallback implementation of the std::array class (a static array) More...
#include <iostream>
#include <iomanip>
#include <string>
#include <algorithm>
#include "deprecated.hh"
Go to the source code of this file.
Classes | |
class | Dune::array< T, N > |
Simple fixed size array class. This replaces std::array, if that is not available. More... | |
Namespaces | |
namespace | Dune |
Dune namespace. | |
Functions | |
template<class T , size_t N> | |
std::ostream & | Dune::operator<< (std::ostream &s, const array< T, N > &e) |
Output operator for array. | |
template<class T > | |
array< T, 10 > | Dune::make_array (const T &t0, const T &t1, const T &t2, const T &t3, const T &t4, const T &t5, const T &t6, const T &t7, const T &t8, const T &t9) |
create an initialize an array More... | |
template<typename T , std::size_t n> | |
array< T, n > | Dune::fill_array (const T &t) |
Create an array and fill it with copies of the provided value. More... | |
Detailed Description
Fallback implementation of the std::array class (a static array)
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)