FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
hton
void hton(S &s)
Definition:
ByteOrder.h:28
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