#include <ESIndices.h>
Public Types | |
using | Value_t = int |
Public Member Functions | |
constexpr | ESProxyIndex () noexcept=default |
constexpr | ESProxyIndex (ESProxyIndex &&) noexcept=default |
constexpr | ESProxyIndex (ESProxyIndex const &) noexcept=default |
constexpr | ESProxyIndex (Value_t iValue) noexcept |
constexpr bool | operator!= (ESProxyIndex iOther) const noexcept |
constexpr ESProxyIndex & | operator= (ESProxyIndex &&) noexcept=default |
constexpr ESProxyIndex & | operator= (ESProxyIndex const &) noexcept=default |
constexpr bool | operator== (ESProxyIndex 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::ESProxyIndex::Value_t = int |
Definition at line 32 of file ESIndices.h.
|
constexprdefaultnoexcept |
|
inlineexplicitconstexprnoexcept |
Definition at line 34 of file ESIndices.h.
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
constexprdefaultnoexcept |
|
constexprdefaultnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
Definition at line 44 of file ESIndices.h.
References index_.
Referenced by average.Average::average(), edm::eventsetup::EventSetupRecordImpl::getFromProxy(), edm::eventsetup::EventSetupRecordImpl::getFromProxyAfterPrefetch(), 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().