Go to the documentation of this file. 1 #ifndef DataFormats_Common_EDCollection_h
2 #define DataFormats_Common_EDCollection_h
88 return obj.capacity();
void push_back(T const &t)
const_iterator begin() const
T & operator[](size_type i)
size_type capacity() const
std::vector< T >::const_iterator const_iterator
void swap(EDCollection< T > &other)
void reserve(size_type n)
std::vector< T >::size_type size_type
EDCollection< T > & operator=(EDCollection< T > const &rhs)
void swap(EDCollection< T > &a, EDCollection< T > &b)
T operator[](int i) const
const_iterator end() const