streamoperators.hh File Reference

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.

Detailed Description

Implementation of stream operators for std::array and std::tuple.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 25 Mar 2018 for dune-common by  doxygen 1.6.1