bdexStreamOutImp overloads
Declared in <bslx_outstreamfunctions.h>
BDEX-stream an enumeration value to stream as a 32-bit int.
template<
class STREAM,
class TYPE>
STREAM&
bdexStreamOutImp(
STREAM& stream,
TYPE const& value,
int version,
IsEnumType const& category);
» more...
BDEX-stream value to stream using the specified version.
template<
class STREAM,
class TYPE>
STREAM&
bdexStreamOutImp(
STREAM& stream,
TYPE const& value,
int version,
IsNotEnumType const& category);
» more...
a reference to stream
| Name | Description |
|---|---|
| stream | output stream to write to |
| value | enumeration value to externalize |
| version | ignored version number |
| category | tag selecting the enumeration overload |