#include <ESIndices.h>
Public Types | |
using | Value_t = int |
Public Member Functions | |
constexpr | ESResolverIndex () noexcept=default |
constexpr | ESResolverIndex (Value_t iValue) noexcept |
constexpr | ESResolverIndex (ESResolverIndex const &) noexcept=default |
constexpr | ESResolverIndex (ESResolverIndex &&) noexcept=default |
constexpr bool | operator!= (ESResolverIndex iOther) const noexcept |
constexpr ESResolverIndex & | operator= (ESResolverIndex const &) noexcept=default |
constexpr ESResolverIndex & | operator= (ESResolverIndex &&) noexcept=default |
constexpr bool | operator== (ESResolverIndex iOther) const noexcept |
constexpr Value_t | value () const noexcept |
Private Attributes | |
Value_t | index_ = std::numeric_limits<int>::max() |
Definition at line 30 of file ESIndices.h.
using edm::ESResolverIndex::Value_t = int |
Definition at line 32 of file ESIndices.h.
|
defaultnoexcept |
|
inlineexplicitnoexcept |
Definition at line 34 of file ESIndices.h.
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 44 of file ESIndices.h.
References index_.
Referenced by average.Average::average(), edm::eventsetup::EventSetupRecordImpl::getFromResolverAfterPrefetch(), edm::eventsetup::EventSetupRecordImpl::getImplementation(), edm::operator<<(), and edm::eventsetup::EventSetupRecordImpl::prefetchAsync().
Definition at line 47 of file ESIndices.h.
Referenced by operator!=(), operator==(), and value().