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

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

#include <array>
#include <ostream>
#include "std/make_array.hh"

Go to the source code of this file.

Namespaces

namespace  Dune
 Dune namespace.
 

Functions

template<class T , size_t N>
std::ostream & Dune::operator<< (std::ostream &s, const std::array< T, N > &e)
 Output operator for array.
 
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.
 

Detailed Description

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