Searched defs:GetReferenceableValue (Results 1 – 1 of 1) sorted by relevance
267 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function270 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function271 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function272 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function273 inline int16 GetReferenceableValue(int16 t) { return t; } in GetReferenceableValue() function274 inline uint16 GetReferenceableValue(uint16 t) { return t; } in GetReferenceableValue() function275 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function276 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function277 inline int64 GetReferenceableValue(int64 t) { return t; } in GetReferenceableValue() function278 inline uint64 GetReferenceableValue(uint64 t) { return t; } in GetReferenceableValue() function