v0.16.0
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
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 2441 of file Templates.hpp.

Member Function Documentation

◆ extract()

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

Definition at line 2443 of file Templates.hpp.

2443 {
2444 return (*it)->getEnt();
2445 }

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