Searched defs:GetReferenceableValue (Results 1 – 1 of 1) sorted by relevance
135 inline const T& GetReferenceableValue(const T& t) { in GetReferenceableValue() function138 inline char GetReferenceableValue(char t) { return t; } in GetReferenceableValue() function139 inline unsigned char GetReferenceableValue(unsigned char t) { return t; } in GetReferenceableValue() function140 inline signed char GetReferenceableValue(signed char t) { return t; } in GetReferenceableValue() function141 inline short GetReferenceableValue(short t) { return t; } in GetReferenceableValue() function142 inline unsigned short GetReferenceableValue(unsigned short t) { return t; } in GetReferenceableValue() function143 inline int GetReferenceableValue(int t) { return t; } in GetReferenceableValue() function144 inline unsigned int GetReferenceableValue(unsigned int t) { return t; } in GetReferenceableValue() function145 inline long GetReferenceableValue(long t) { return t; } in GetReferenceableValue() function146 inline unsigned long GetReferenceableValue(unsigned long t) { return t; } in GetReferenceableValue() function[all …]