.. Copyright (c) 2019-22, J. D. Mitchell

   Distributed under the terms of the GPL license version 3.

   The full license is in the file LICENSE, distributed with this software.

   This file was auto-generated by docs/generate_from_yml.py, do not edit.

PBR
===

.. doxygenclass:: libsemigroups::PBR
   :project: libsemigroups

.. cpp:namespace:: libsemigroups::PBR


Member types
------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`initializer_list_type <template <typename T>  initializer_list_type>`
     - Type of constructor argument.


   * - :cpp:member:`vector_type <template <typename T>  vector_type>`
     - Type of constructor argument.



Friends
-------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`operator<<(std::ostream &,PBR const &)`
     - 
   * - :cpp:member:`operator<<(std::ostringstream &,PBR const &)`
     - 

Constructors
------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`PBR() = delete`
     - Deleted.


   * - :cpp:member:`PBR(PBR &&) = default`
     - Default move constructor.


   * - :cpp:member:`PBR(PBR const &) = default`
     - Default copy constructor.


   * - :cpp:member:`PBR(initializer_list_type<int32_t>,initializer_list_type<int32_t>)`
     - 
   * - :cpp:member:`PBR(initializer_list_type<uint32_t>)`
     - 
   * - :cpp:member:`PBR(size_t)`
     - 
   * - :cpp:member:`PBR(vector_type<int32_t>,vector_type<int32_t>)`
     - 
   * - :cpp:member:`PBR(vector_type<uint32_t>)`
     - 
   * - :cpp:member:`operator=(PBR &&) = default`
     - Default move assignment operator.


   * - :cpp:member:`operator=(PBR const &) = default`
     - Default copy assignment operator.



Static member functions
-----------------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`identity() const`
     - 
   * - :cpp:member:`identity(size_t)`
     - 
   * - :cpp:member:`make(T...) <template <typename... T> PBR make(T...)>`
     - 
   * - :cpp:member:`make(initializer_list_type<int32_t>,initializer_list_type<int32_t>)`
     - 
   * - :cpp:member:`make(initializer_list_type<uint32_t>)`
     - 

Member functions
----------------
.. list-table::
   :widths: 50 50
   :header-rows: 0

   * - :cpp:member:`degree() const noexcept`
     - 
   * - :cpp:member:`hash_value() const`
     - 
   * - :cpp:member:`operator<(PBR const &) const`
     - 
   * - :cpp:member:`operator==(PBR const &) const`
     - 
   * - :cpp:member:`operator[](size_t)`
     - 
   * - :cpp:member:`operator[](size_t) const`
     - 
   * - :cpp:member:`product_inplace(PBR const &,PBR const &,size_t)`
     - 

.. toctree::
   :hidden:

   libsemigroups__pbr__member_types.rst
   libsemigroups__pbr__friends.rst
   libsemigroups__pbr__constructors.rst
   libsemigroups__pbr__static_member_functions.rst
   libsemigroups__pbr__member_functions.rst
