ACE
6.3.3
|
No-op truncation. More...
#include <Truncate.h>
Public Member Functions | |
TO | operator() (FROM val) |
No-op truncation.
This structure/functor performs no truncation since it assumes that sizeof(FROM)
<
sizeof(TO)
, meaning that numeric_limits<FROM>::max()
<
numeric_limits<TO>::max()
.
|
inline |