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)> >

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]TThe type to examine.
[in]SFINAEThe SFINAE dummy parameter in order to perform the specialization.

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 3, 22:32, 2024)