|
LeviLamina
|
Public Member Functions | |
| constexpr | AutomaticID (T1 x) |
| constexpr | operator T1 () const |
| bool | operator== (AutomaticID const &other) const |
| bool | operator== (T1 const &other) const |
| std::strong_ordering | operator<=> (AutomaticID const &other) const |
| std::strong_ordering | operator<=> (T1 const &other) const |
Public Attributes | |
| T1 | mValue |