Member types

This page contains information about the member types of the DynamicPTransf class.

using libsemigroups::DynamicPTransf::const_iterator = typename TContainer::const_iterator

Type of const iterators point to image values.

using libsemigroups::DynamicPTransf::container_type = std::vector<value_type>

Type of the underlying container.

In this case, this is std::vector<value_type>.

using libsemigroups::DynamicPTransf::iterator = typename TContainer::iterator

Type of iterators point to image values.

using libsemigroups::DynamicPTransf::value_type = Scalar

Type of the image values.

Also the template parameter Scalar.