SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VectorHelper.h File Reference
#include <config.h>
#include <vector>
#include <algorithm>
#include <iostream>

Go to the source code of this file.

Data Structures

class  VectorHelper< T >
 

Functions

template<class T >
std::ostream & operator<< (std::ostream &os, const std::vector< T > &v)
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Date
Sept 2002
Version
Id:
VectorHelper.h 14425 2013-08-16 20:11:47Z behrisch

Definition in file VectorHelper.h.

Function Documentation

template<class T >
std::ostream& operator<< ( std::ostream &  os,
const std::vector< T > &  v 
)

Definition at line 159 of file VectorHelper.h.