|
LeviLamina
|
Public Types | |
| using | Type = A |
Public Member Functions | |
| constexpr | AutomaticID (T x) |
| constexpr | operator T () const |
| bool | operator== (AutomaticID const &other) const |
| bool | operator== (T const &other) const |
| std::strong_ordering | operator<=> (AutomaticID const &other) const |
| std::strong_ordering | operator<=> (T const &other) const |
Public Attributes | |
| T | id |