Dune Core Modules (2.4.1)
utility.hh
   30      static_assert( std::is_integral< T >::value, "Template parameter T is required to be an integral type" );
  102      typedef decltype( add( typename make_index_sequence_impl< N/2 >::type(), typename make_index_sequence_impl< N-N/2 >::type() ) ) type;
  120    static DUNE_CONSTEXPR inline typename make_index_sequence_impl< N >::type make_index_sequence ()
  139    static DUNE_CONSTEXPR inline typename make_index_sequence_impl< N >::type::template rebind< T >::type
a function similar to std::index_sequence to be introduced in C++14
Definition: utility.hh:63
an implementation of std::integer_sequence to be introduced in C++14
Definition: utility.hh:29
static DUNE_CONSTEXPR std::size_t size()
return number of elements in sequence
Definition: utility.hh:47
Definition of the DUNE_CONSTEXPR macro.
#define DUNE_CONSTEXPR
Set method or expression constexpr if supported by the compiler.
Definition: constexpr.hh:21
Definition of the DUNE_NOEXCEPT macro.
#define DUNE_NOEXCEPT
Set method to noexcept if supported by the compiler.
Definition: noexcept.hh:22
   | 
                                Legal Statements / Impressum  | 
                                Hosted by  TU Dresden & Uni Heidelberg  | 
				  generated with Hugo v0.111.3
								(Nov 3, 23:36, 2025)