Dune Core Modules (2.8.0)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
filledarray.hh File Reference
Utility to generate an array with a certain value. More...
#include <array>
#include <cstddef>
Go to the source code of this file.
Namespaces | |
namespace | Dune |
Dune namespace. | |
Functions | |
template<std::size_t n, class T > | |
constexpr std::array< T, n > | Dune::filledArray (const T &t) |
Return an array filled with the provided value. More... | |
Detailed Description
Utility to generate an array with a certain value.
