Searched defs:GetValue (Results 1 – 1 of 1) sorted by relevance
70 static ValueType GetValue(const ItemType& c) { return c; } in GetValue() function79 static ValueType GetValue(const ItemType& c) { return c.value(); } in GetValue() function93 static ValueType GetValue(const ItemType& c) { return c->value(); } in GetValue() function115 static ValueType GetValue(const ItemType& c) { return c->val.value(); } in GetValue() function
Completed in 5 milliseconds