Reference documentation for deal.II version GIT relicensing-233-g802318d791 2024-03-28 20:20:02+00:00
\(\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}}\) \(\newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=}\) \(\newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]}\) \(\newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}\)
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
Patterns::Tools::internal::RankInfo< T, std::enable_if_t< is_map_compatible< T >::value > > Struct Template Reference

#include <deal.II/base/patterns.h>

Static Public Attributes

static constexpr int list_rank
 
static constexpr int map_rank
 

Detailed Description

template<class T>
struct Patterns::Tools::internal::RankInfo< T, std::enable_if_t< is_map_compatible< T >::value > >

Definition at line 1685 of file patterns.h.

Member Data Documentation

◆ list_rank

template<class T >
constexpr int Patterns::Tools::internal::RankInfo< T, std::enable_if_t< is_map_compatible< T >::value > >::list_rank
staticconstexpr
Initial value:
=
max_list_rank<typename T::key_type, typename T::mapped_type>() + 1

Definition at line 1687 of file patterns.h.

◆ map_rank

template<class T >
constexpr int Patterns::Tools::internal::RankInfo< T, std::enable_if_t< is_map_compatible< T >::value > >::map_rank
staticconstexpr
Initial value:
=
max_map_rank<typename T::key_type, typename T::mapped_type>() + 1

Definition at line 1689 of file patterns.h.


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