FACT++  1.0
template<typename S >
S NtoH ( const S &  s)

Definition at line 46 of file ByteOrder.h.

References ntoh().

47 {
48  S ret(s);
49  ntoh(ret);
50  return ret;
51 }
void ntoh(S &s)
Definition: ByteOrder.h:37

+ Here is the call graph for this function: