FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
template<typename S >
void ntoh
(
S &
s
)
Definition at line
37
of file
ByteOrder.h
.
Referenced by
NtoH()
.
38
{
39
std::transform(reinterpret_cast<uint16_t*>(&s),
40
reinterpret_cast<uint16_t*>(&s)+
sizeof
(S)/2,
41
reinterpret_cast<uint16_t*>(&s),
42
ntohs);
43
}
Here is the caller graph for this function:
src
ByteOrder.h
Generated on Sun Sep 18 2016 20:50:40 for FACT++ by
1.8.11