#include <ESIndices.h>
Public Types | |
using | Value_t = int |
Public Member Functions | |
constexpr | ESTokenIndex () noexcept=default |
constexpr | ESTokenIndex (Value_t iValue) noexcept |
constexpr | ESTokenIndex (ESTokenIndex const &) noexcept=default |
constexpr | ESTokenIndex (ESTokenIndex &&) noexcept=default |
constexpr bool | operator!= (ESTokenIndex iOther) const noexcept |
constexpr ESTokenIndex & | operator= (ESTokenIndex const &) noexcept=default |
constexpr ESTokenIndex & | operator= (ESTokenIndex &&) noexcept=default |
constexpr bool | operator== (ESTokenIndex iOther) const noexcept |
constexpr Value_t | value () const noexcept |
Private Attributes | |
Value_t | index_ = std::numeric_limits<Value_t>::max() |
Definition at line 55 of file ESIndices.h.
using edm::ESTokenIndex::Value_t = int |
Definition at line 57 of file ESIndices.h.
|
defaultnoexcept |
|
inlineexplicitnoexcept |
Definition at line 60 of file ESIndices.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 70 of file ESIndices.h.
References index_.
Referenced by average.Average::average(), edm::eventsetup::EventSetupRecord::doGet(), edm::eventsetup::EventSetupRecord::getHandleImpl(), edm::EDConsumerBase::labelFor(), and edm::operator<<().
Definition at line 73 of file ESIndices.h.
Referenced by operator!=(), operator==(), and value().