DUNE-ACFEM (unstable)
Dune::ACFem::IsTupleLike< T, std::enable_if_t<(std::tuple_size< std::decay_t< T > >::value >=0)> > Struct Template Reference
Evaluate to true
if T behaves more or less like a tuple.
More...
#include <dune/acfem/common/types.hh>
Detailed Description
template<class T>
struct Dune::ACFem::IsTupleLike< T, std::enable_if_t<(std::tuple_size< std::decay_t< T > >::value >=0)> >
struct Dune::ACFem::IsTupleLike< T, std::enable_if_t<(std::tuple_size< std::decay_t< T > >::value >=0)> >
Evaluate to true
if T behaves more or less like a tuple.
This includes std::tuple, std::pair and std::array, at least. We examine whether std::tupe_size is defined.
- Parameters
-
[in] T The type to examine. [in] SFINAE The SFINAE dummy parameter in order to perform the specialization.
The documentation for this struct was generated from the following file:
- dune/acfem/common/types.hh
