| 53 | struct UniqueID |
| 54 | { |
| 55 | UniqueID() = default; |
| 56 | |
| 57 | UniqueID(const KeyType &IDNew, const double TimestampNew, const int NumberNew = 0): ID(IDNew), Timestamp(TimestampNew), Number(NumberNew) |
| 58 | {} |
nothing calls this directly
no outgoing calls
no test coverage detected