Iterators¶
This page contains information about the member functions of the DynamicPTransf class related to iterators.
-
inline const_iterator libsemigroups::DynamicPTransf::begin() const noexcept¶
container_type>::begin
container_type>::begin
-
inline iterator libsemigroups::DynamicPTransf::begin() noexcept¶
container_type>::begin
container_type>::begin
-
inline const_iterator libsemigroups::DynamicPTransf::cbegin() const noexcept¶
Returns a const_iterator (random access iterator) pointing at the first image value.
- Complexity
Constant.
- Parameters
(None)
- Throws:
(None) – This function is
noexceptand is guaranteed never to throw.- Returns:
A const iterator to the first image value.
-
inline const_iterator libsemigroups::DynamicPTransf::cend() const noexcept¶
Returns a const_iterator (random access iterator) pointing one past the last image value.
- Complexity
Constant.
- Parameters
(None)
- Throws:
(None) – This function is
noexceptand is guaranteed never to throw.- Returns:
A const iterator pointing one past the last image value.
-
inline const_iterator libsemigroups::DynamicPTransf::end() const noexcept¶
container_type>::end
container_type>::end
-
inline iterator libsemigroups::DynamicPTransf::end() noexcept¶
container_type>::end
container_type>::end