Dune Core Modules (2.4.1)

array.hh File Reference

Fallback implementation of the std::array class (a static array) More...

#include <array>
#include <iostream>

Go to the source code of this file.

Namespaces

 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)

Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 16, 22:29, 2024)