class
AroundHelper class simplifying client code for iterating on entries surrounding entries via linked lists derived from unstructured mesh connectivity.
Contents
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_ iterator tk:: Around:: begin() const noexcept
Returns | Iterator to the beginning of the entries of surrounding entries |
---|
Const iterator to the beginning of the entries of surrounding entries
const_ iterator tk:: Around:: end() const noexcept
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_ iterator tk:: Around:: cbegin() const noexcept
Returns | Iterator to the beginning of the entries of surrounding entries |
---|
Iterator to the beginning of the entries of surrounding entries
const_ iterator tk:: Around:: cend() const noexcept
Returns | Iterator to the entry after the last of the surrounding entries |
---|
Iterator to the entry after the last of the surrounding entries