Quick Links:

bal | bbl | bdl | bsl

Static Public Member Functions

bsls::ByteOrderUtil_Impl< TYPE, 2 > Struct Template Reference

#include <bsls_byteorderutil_impl.h>

List of all members.

Static Public Member Functions

static TYPE swapBytes (TYPE x)

Detailed Description

template<class TYPE>
struct bsls::ByteOrderUtil_Impl< TYPE, 2 >

This class provides a namespace for functions used for reversing the byte order of values having integral type.

See Component bsls_byteorderutil_impl


Member Function Documentation

template<class TYPE >
static TYPE bsls::ByteOrderUtil_Impl< TYPE, 2 >::swapBytes ( TYPE  x  )  [static]

Return the value that results from reversing the order of the bytes in the specified x.


The documentation for this struct was generated from the following file: