Member types

using libsemigroups::StaticPTransf::const_iterator = typename TContainer::const_iterator

Type of const iterators point to image values.

using libsemigroups::StaticPTransf::container_type = std::array<Scalar, N>

Type of the underlying container.

In this case, this is std::array<value_type, N>.

using libsemigroups::StaticPTransf::iterator = typename TContainer::iterator

Type of iterators point to image values.

using libsemigroups::StaticPTransf::value_type = Scalar

Type of the image values.

Also the template parameter Scalar.