dune-common  2.6-git
Namespaces | Functions
array.hh File Reference

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

#include <array>
#include <dune/common/deprecated.hh>
#include <dune/common/streamoperators.hh>
#include <dune/common/std/make_array.hh>

Go to the source code of this file.

Namespaces

 Dune
 Dune namespace.
 

Functions

template<typename T , std::size_t n>
 Dune::DUNE_DEPRECATED_MSG ("Use Dune::filledArray() from <dune/common/filledarray.hh>") std
 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)