DUNE-ACFEM (unstable)

Typedefs

template<class T , T V>
using Dune::ACFem::Constant = integral_constant< T, V >
 Short-cut for any integral constant.
 
template<std::size_t V>
using Dune::ACFem::IndexConstant = Constant< std::size_t, V >
 Short-cut for integral constant of type std::size_t.
 
template<bool V>
using Dune::ACFem::BoolConstant = Constant< bool, V >
 Short-cut for integral constant of type bool.
 
template<std::ptrdiff_t V>
using Dune::ACFem::IntConstant = Constant< std::ptrdiff_t, V >
 Short-for integral constant of type std::p0trdiff_t.
 
template<class T , T... V>
using Dune::ACFem::Sequence = std::integer_sequence< T, V... >
 Sequence of any type of integer values.
 
template<bool... Decisions>
using Dune::ACFem::BoolSequence = Sequence< bool, Decisions... >
 Sequence of boolean values.
 
template<std::size_t... V>
using Dune::ACFem::IndexSequence = Sequence< std::size_t, V... >
 Sequence of std::size_t values.
 
template<std::ptrdiff_t... V>
using Dune::ACFem::IntSequence = Sequence< std::ptrdiff_t, V... >
 Sequence of std::ptrdiff_t values.
 

Detailed Description

Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 25, 22:37, 2024)