MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
maia::coupling::range< Iter > Class Template Reference

Simple implementation of c++20 range. More...

#include <surfacecoupling.h>

Public Member Functions

 range (Iter b, Iter e)
 
Iter begin ()
 
Iter end ()
 

Private Attributes

Iter m_b
 
Iter m_e
 

Detailed Description

template<class Iter>
class maia::coupling::range< Iter >
Author
Julian Vorspohl j.vor.nosp@m.spoh.nosp@m.l@aia.nosp@m..rwt.nosp@m.h-aac.nosp@m.hen..nosp@m.de

Definition at line 168 of file surfacecoupling.h.

Constructor & Destructor Documentation

◆ range()

template<class Iter >
maia::coupling::range< Iter >::range ( Iter  b,
Iter  e 
)
inline

Definition at line 173 of file surfacecoupling.h.

Member Function Documentation

◆ begin()

template<class Iter >
Iter maia::coupling::range< Iter >::begin ( )
inline

Definition at line 175 of file surfacecoupling.h.

175{ return m_b; }

◆ end()

template<class Iter >
Iter maia::coupling::range< Iter >::end ( )
inline

Definition at line 176 of file surfacecoupling.h.

176{ return m_e; }

Member Data Documentation

◆ m_b

template<class Iter >
Iter maia::coupling::range< Iter >::m_b
private

Definition at line 169 of file surfacecoupling.h.

◆ m_e

template<class Iter >
Iter maia::coupling::range< Iter >::m_e
private

Definition at line 170 of file surfacecoupling.h.


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