Searched defs:ValueTypeTraits (Results 1 – 1 of 1) sorted by relevance
67 struct ValueTypeTraits { struct68 using ItemType = ValueType;69 static ItemType Create(ValueType val) { return val; } in Create()70 static ValueType GetValue(const ItemType& c) { return c; } in GetValue()72 static bool CheckLiveCount(size_t expected) { return true; } in CheckLiveCount()73 static bool CheckCtorDtorCount() { return true; } in CheckCtorDtorCount()
Completed in 6 milliseconds