Iterators

This page contains information about the member functions of the DynamicPTransf class related to iterators.

inline const_iterator libsemigroups::DynamicPTransf::begin() const noexcept

Returns a const_iterator (random access iterator) pointing at the first image value.

Complexity

Constant.

Exceptions

This function is noexcept and is guaranteed never to throw.

Parameters

(None)

Returns

A const iterator to the first image value.

inline iterator libsemigroups::DynamicPTransf::begin() noexcept

Returns an iterator (random access iterator) pointing at the first image value.

Complexity

Constant.

Exceptions

This function is noexcept and is guaranteed never to throw.

Parameters

(None)

Returns

An iterator to the first image value.

inline const_iterator libsemigroups::DynamicPTransf::cbegin() const noexcept

Returns a const_iterator (random access iterator) pointing at the first image value.

Complexity

Constant.

Exceptions

This function is noexcept and is guaranteed never to throw.

Parameters

(None)

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.

Exceptions

This function is noexcept and is guaranteed never to throw.

Parameters

(None)

Returns

A const iterator pointing one past the last image value.

inline const_iterator libsemigroups::DynamicPTransf::end() const noexcept

Returns a const_iterator (random access iterator) pointing one past the last image value.

Complexity

Constant.

Exceptions

This function is noexcept and is guaranteed never to throw.

Parameters

(None)

Returns

A const iterator pointing one past the last image value.

inline iterator libsemigroups::DynamicPTransf::end() noexcept

Returns an iterator (random access iterator) pointing one past the last image value.

Complexity

Constant.

Exceptions

This function is noexcept and is guaranteed never to throw.

Parameters

(None)

Returns

An iterator pointing one past the last image value.