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

Go to the source code of this file.

Namespaces

 com
 

Functions

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

Function Documentation

template<typename T , typename S >
S& operator<< ( S &  os,
std::vector< T > const &  arg 
)