Reference documentation for deal.II version 9.6.2
\(\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
internal::FilteredIteratorImplementation::NestFilteredIterators< BaseIterator, std::tuple< Predicate, Targs... > > Struct Template Reference

#include <deal.II/grid/filtered_iterator.h>

Inheritance diagram for internal::FilteredIteratorImplementation::NestFilteredIterators< BaseIterator, std::tuple< Predicate, Targs... > >:

Public Types

using type

Detailed Description

template<typename BaseIterator, typename Predicate, typename... Targs>
struct internal::FilteredIteratorImplementation::NestFilteredIterators< BaseIterator, std::tuple< Predicate, Targs... > >

Definition at line 932 of file filtered_iterator.h.

Member Typedef Documentation

◆ type

template<typename BaseIterator, typename Predicate, typename... Targs>
using internal::FilteredIteratorImplementation::NestFilteredIterators< BaseIterator, std::tuple< Predicate, Targs... > >::type
Initial value:
typename NestFilteredIterators<BaseIterator,
std::tuple<Targs...>>::type>
typename internal::ProductTypeImpl< std::decay_t< T >, std::decay_t< U > >::type type

Definition at line 934 of file filtered_iterator.h.


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