#include <props.hh>
Classes | |
| struct | any |
| Base class for the site set 'nsites' property. More... | |
| struct | known |
| Property that states that a site set features the method 'nsites' because the number of sites is known so its retrieval has O(1) complexity. More... | |
| struct | unknown |
| Property that states that the number of sites cannot be retrieved from a site set in O(1) complexity so the site set does not feature the 'nsites' methods. More... | |
Definition at line 89 of file site_set/props.hh.
1.5.6