#include <ESIndices.h>
Public Types | |
using | Value_t = unsigned int |
Public Member Functions | |
constexpr | ESRecordIndex () noexcept=default |
constexpr | ESRecordIndex (unsigned int iValue) noexcept |
constexpr | ESRecordIndex (ESRecordIndex const &) noexcept=default |
constexpr | ESRecordIndex (ESRecordIndex &&) noexcept=default |
constexpr bool | operator!= (ESRecordIndex iOther) const noexcept |
constexpr ESRecordIndex & | operator= (ESRecordIndex const &) noexcept=default |
constexpr ESRecordIndex & | operator= (ESRecordIndex &&) noexcept=default |
constexpr bool | operator== (ESRecordIndex iOther) const noexcept |
constexpr Value_t | value () const noexcept |
Private Attributes | |
Value_t | index_ = std::numeric_limits<int>::max() |
Definition at line 79 of file ESIndices.h.
using edm::ESRecordIndex::Value_t = unsigned int |
Definition at line 81 of file ESIndices.h.
|
defaultnoexcept |
|
inlineexplicitnoexcept |
Definition at line 84 of file ESIndices.h.
References constexpr, noexcept, and edm::ESProxyIndex::operator=().
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 94 of file ESIndices.h.
References edm::ESProxyIndex::index_.
Referenced by average.Average::average(), and edm::operator<<().
Definition at line 97 of file ESIndices.h.