#include <comparable.h>
Definition at line 16 of file comparable.h.
◆ UniqueID()
| impeller::UniqueID::UniqueID |
( |
| ) |
|
Definition at line 12 of file comparable.cc.
static std::atomic_size_t sLastID
◆ operator==()
| constexpr bool impeller::UniqueID::operator== |
( |
const UniqueID & |
other | ) |
const |
|
inlineconstexpr |
Definition at line 21 of file comparable.h.
21 {
22 return id == other.id;
23 }
References id.
◆ id
| size_t impeller::UniqueID::id |
The documentation for this struct was generated from the following files: