Classes

mln::trait::site_set::nsites Struct Reference

Site set property about the 'nsites' method presence. More...

#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...

Detailed Description

Site set property about the 'nsites' method presence.

Definition at line 89 of file site_set/props.hh.