#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 54 of file ESIndices.h.
using edm::ESTokenIndex::Value_t = int |
Definition at line 56 of file ESIndices.h.
|
defaultnoexcept |
Definition at line 59 of file ESIndices.h.
References constexpr, noexcept, and edm::ESProxyIndex::operator=().
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 69 of file ESIndices.h.
References edm::ESProxyIndex::index_.
Referenced by average.Average::average(), edm::EDConsumerBase::labelFor(), and edm::operator<<().
Definition at line 72 of file ESIndices.h.