Around class
          #include <src/Mesh/Around.hpp>
        
        Helper class simplifying client code for iterating on entries surrounding entries via linked lists derived from unstructured mesh connectivity.
Constructors, destructors, conversion operators
Public functions
- 
              auto begin() const -> const_iterator noexcept 
- 
              auto end() const -> const_iterator noexcept 
- 
              auto cbegin() const -> const_iterator noexcept 
- 
              auto cend() const -> const_iterator noexcept 
Function documentation
              const_
            | Returns | Iterator to the beginning of the entries of surrounding entries | 
|---|
Const iterator to the beginning of the entries of surrounding entries
              const_
            | Returns | Iterator to the entry after the last of the surrounding entries | 
|---|
Const iterator to the entry after the last of the surrounding entries
              const_
            | Returns | Iterator to the beginning of the entries of surrounding entries | 
|---|
Iterator to the beginning of the entries of surrounding entries
              const_
            | Returns | Iterator to the entry after the last of the surrounding entries | 
|---|
Iterator to the entry after the last of the surrounding entries