Dune Core Modules (2.6.0)
array.hh
Go to the documentation of this file.
11#warning Instead of Dune::make_array(), use Dune::Std::make_array() from <dune/common/std/make_array.hh>.
12#warning Instead of Dune::fill_array(), use Dune::filledArray() from <dune/common/filledarray.hh>.
Definition of the DUNE_DEPRECATED macro for the case that config.h is not available.
std::array< typename std::common_type< Args... >::type, sizeof...(Args)> make_array(const Args &... args)
Create and initialize an array.
Definition: make_array.hh:36
#define DUNE_DEPRECATED_MSG(text)
Mark some entity as deprecated.
Definition: deprecated.hh:169
std::array< T, n > fill_array(const T &t)
Create an array and fill it with copies of the provided value.
Definition: array.hh:52
STL namespace.
Implementation of stream operators for std::array and std::tuple.
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 24, 23:30, 2024)