v0.14.0
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 1762 of file Templates.hpp.

Member Function Documentation

◆ extract()

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

Definition at line 1764 of file Templates.hpp.

1764  {
1765  return (*it)->getEnt();
1766  }

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