dune-common  2.5.1
Dune::IsTuple< T > Struct Template Reference

Check if T is a std::tuple<...> More...

#include <dune/common/typetraits.hh>

Inheritance diagram for Dune::IsTuple< T >:
Dune::Imp::IsTuple< T >

Detailed Description

template<class T>
struct Dune::IsTuple< T >

Check if T is a std::tuple<...>

The result is exported by deriving from std::true_type or std::false_type.


The documentation for this struct was generated from the following file: