dune-common
2.6-git
|
Implementation of stream operators for std::array and std::tuple. More...
#include <array>
#include <tuple>
#include <dune/common/hybridutilities.hh>
#include <dune/common/std/utility.hh>
Go to the source code of this file.
Namespaces | |
Dune | |
Dune namespace. | |
Functions | |
template<typename Stream , typename... Ts> | |
Stream & | Dune::operator<< (Stream &stream, const std::tuple< Ts... > &t) |
Print a std::tuple. More... | |
template<typename Stream , typename... Ts> | |
Stream & | Dune::operator>> (Stream &stream, std::tuple< Ts... > &t) |
Read a std::tuple. More... | |
template<typename Stream , typename T , std::size_t N> | |
Stream & | Dune::operator<< (Stream &stream, const std::array< T, N > &a) |
Print a std::array. More... | |
Implementation of stream operators for std::array and std::tuple.