FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
ntoh
void ntoh(S &s)
Definition:
ByteOrder.h:37
Here is the call graph for this function:
src
ByteOrder.h
Generated on Sun Sep 18 2016 20:50:40 for FACT++ by
1.8.11