BDEX‐stream a bsl::vector<bsls::Types::Int64, ALLOC> value to stream.
Synopsis
Declared in <bslx_outstreamfunctions.h>
template<
class STREAM,
class ALLOC>
STREAM&
bdexStreamOut(
STREAM& stream,
bsl::vector<bsls::Types::Int64, ALLOC> const& value,
int version);
Description
Write the specified bsl::vector<bsls::Types::Int64, ALLOC> value to the specified output stream, and return a reference to stream. The specified version is ignored. If stream is initially invalid, this operation has no effect. See the bslx package‐level documentation for more information on BDEX streaming of value‐semantic types and containers.
Return Value
a reference to stream
Parameters
Name |
Description |
stream |
output stream to write to |
value |
vector of 64‐bit integers to externalize |
version |
ignored version number |
Created with MrDocs