MCPcopy Create free account
hub / github.com/dachev/node-cld / GetReferenceableValue

Function GetReferenceableValue

chromium/base/logging.h:438–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436template <class T>
437inline const T& GetReferenceableValue(const T& t) { return t; }
438inline char GetReferenceableValue(char t) { return t; }
439inline unsigned char GetReferenceableValue(unsigned char t) { return t; }
440inline signed char GetReferenceableValue(signed char t) { return t; }
441inline short GetReferenceableValue(short t) { return t; }

Callers 1

logging.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected