v0.15.0
Loading...
Searching...
No Matches
MoFEM::RefEntExtractor Struct Reference

Extract entity handle form multi-index container. More...

#include "include/Templates.hpp"

Static Public Member Functions

template<typename Iterator >
static EntityHandle extract (const Iterator &it)
 

Detailed Description

Extract entity handle form multi-index container.

Definition at line 1825 of file Templates.hpp.

Member Function Documentation

◆ extract()

template<typename Iterator >
static EntityHandle MoFEM::RefEntExtractor::extract ( const Iterator & it)
inlinestatic

Definition at line 1827 of file Templates.hpp.

1827 {
1828 return (*it)->getEnt();
1829 }

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