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