|
template<template< typename... > class Set, typename Stream , typename T , typename... U> |
void | pack_set (Stream &s, const Set< T, U... > &value) |
|
template<template< typename... > class Set, typename Stream , typename T , typename... U> |
void | unpack_set (Stream &s, Set< T, U... > &value) |
|
template<template< typename... > class Set, typename Stream , typename T , typename... U> |
void | unpack_flat_set (Stream &s, Set< T, U... > &value) |
|
template<template< typename... > class Map, typename Stream , typename K , typename V , typename... U> |
void | pack_map (Stream &s, const Map< K, V, U... > &value) |
|
template<template< typename... > class Map, typename Stream , typename K , typename V , typename... U> |
void | unpack_map (Stream &s, Map< K, V, U... > &value) |
|
template<template< typename... > class Map, typename Stream , typename K , typename V , typename... U> |
void | unpack_flat_map (Stream &s, Map< K, V, U... > &value) |
|