dune-common
2.5.0
|
Fallback implementation of the std::array class (a static array) More...
Go to the source code of this file.
Namespaces | |
Dune | |
Dune namespace. | |
Functions | |
template<typename T , std::size_t n> | |
std::array< T, n > | Dune::fill_array (const T &t) |
Create an array and fill it with copies of the provided value. More... | |
Fallback implementation of the std::array class (a static array)