Searched defs:TSSValueUnit (Results 1 – 1 of 1) sorted by relevance
94 struct TSSValueUnit { struct95 bool active = false;96 void *payload = nullptr;97 TSSDtor *dtor = nullptr;100 constexpr TSSValueUnit(void *p, TSSDtor *d) in TSSValueUnit() function