MCPcopy Create free account
hub / github.com/apache/singa / ntoh

Function ntoh

include/singa/io/integer.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51template <typename T>
52static inline T ntoh(const T& v)
53{
54 return hton(v);
55}
56
57static inline int appendInteger(char* buf) {return 0;}
58static inline int readInteger(char* buf) {return 0;}

Callers 1

readIntegerFunction · 0.70

Calls 1

htonFunction · 0.70

Tested by

no test coverage detected