Searched defs:GetReferenceableValue (Results 1 – 1 of 1) sorted by relevance
105 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function108 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function109 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function110 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function111 inline short GetReferenceableValue(short t) { return t; } in GetReferenceableValue() function112 inline unsigned short GetReferenceableValue(unsigned short t) { return t; } in GetReferenceableValue() function113 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function114 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function115 inline long GetReferenceableValue(long t) { return t; } in GetReferenceableValue() function116 inline unsigned long GetReferenceableValue(unsigned long t) { return t; } in GetReferenceableValue() function[all …]