Go to the documentation of this file. 1 #ifndef DataFormats_Common_DetSet_h
2 #define DataFormats_Common_DetSet_h
30 typedef typename collection_type::iterator
iterator;
39 #if defined(__GXX_EXPERIMENTAL_CXX0X__)
42 DetSet<T>& operator=(DetSet<T>
const& rh) {
50 DetSet<T>& operator=(DetSet<T>&& rh) noexcept {
67 template <
class... Args>
69 return data.emplace_back(std::forward<Args>(
args)...);
90 return x.detId() < y.detId();
100 return x < y.detId();
void push_back(const T &t)
const_iterator begin() const
collection_type::value_type value_type
const_iterator end() const
std::vector< T > collection_type
reference operator[](size_type i)
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
collection_type::const_reference const_reference
bool operator<(DetSet< T > const &x, DetSet< T > const &y)
const_reference operator[](size_type i) const
#define CMS_CLASS_VERSION(_version_)
collection_type::size_type size_type
collection_type::iterator iterator
decltype(auto) emplace_back(Args &&... args)
collection_type::reference reference
det_id_type detId() const
Container::value_type value_type
def template(fileName, svg, replaceme="REPLACEME")
DetSet(det_id_type i)
constructor by detector identifier
void swap(DetSet< T > &other) noexcept
DetSet()
default constructor
collection_type::const_iterator const_iterator