BloombergLP::bslx::InStreamFunctions::bdexStreamIn

Assign to the specified variable the bsl::vector<float, ALLOC> value read from the specified input stream, and return a reference to stream. The specified version is ignored. If stream is initially invalid, this operation has no effect. If stream becomes invalid during this operation, variable has an undefined, but valid, state. See the bslx package-level documentation for more information on BDEX streaming of value-semantic types and containers.

Synopsis

Declared in <bslx_instreamfunctions.h>

template<
    class STREAM,
    class ALLOC>
STREAM&
bdexStreamIn(
    STREAM& stream,
    bsl::vector<float, ALLOC>& variable,
    int version);