Arduino Libraries
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Namespaces | Functions
unordered_map_support.hpp File Reference
#include <unordered_map>
#include <algorithm>
#include <vector>
#include "vector_support.hpp"

Go to the source code of this file.

Namespaces

 com
 

Functions

template<typename K , typename V , typename S >
S & operator<< (S &os, std::unordered_map< K, V > const &arg)
 
template<typename K , typename V , typename Archive >
void com::serialize (Archive &ar, std::unordered_map< K, V > &arg)
 

Function Documentation

template<typename K , typename V , typename S >
S& operator<< ( S &  os,
std::unordered_map< K, V > const &  arg 
)