Serialize a pair as its first then second element.

Synopsis

Declared in <serialize.h>

template<
    typename Stream,
    typename K,
    typename T>
void
Serialize(
    Stream& os,
    std::pair<K, T> const& item);

Parameters

Name

Description

os

The output stream.

item

The pair to serialize.

Created with MrDocs