dune-common 2.9.0
Loading...
Searching...
No Matches
Namespaces | Functions
make_array.hh File Reference
#include <array>
#include <type_traits>

Go to the source code of this file.

Namespaces

namespace  Dune
 Dune namespace.
 
namespace  Dune::Std
 Namespace for features backported from new C++ standards.
 

Functions

template<typename... Args>
std::array< typename std::common_type< Args... >::type, sizeof...(Args)> Dune::Std::make_array (const Args &... args)
 Create and initialize an array.