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

Definition at line 54 of file ByteOrder.h.

References hton().

55 {
56  S ret(s);
57  hton(ret);
58  return ret;
59 }
void hton(S &s)
Definition: ByteOrder.h:28

+ Here is the call graph for this function: