|
|
constexpr bool | pstore::operator== (address const &lhs, address const &rhs) noexcept |
| |
|
constexpr bool | pstore::operator!= (address const &lhs, address const &rhs) noexcept |
| |
|
constexpr bool | pstore::operator> (address const &lhs, address const &rhs) noexcept |
| |
|
constexpr bool | pstore::operator>= (address const &lhs, address const &rhs) noexcept |
| |
|
constexpr bool | pstore::operator< (address const &lhs, address const &rhs) noexcept |
| |
|
constexpr bool | pstore::operator<= (address const &lhs, address const &rhs) noexcept |
| |
|
address | pstore::operator- (address const lhs, address::value_type const rhs) noexcept |
| |
|
address | pstore::operator- (address const lhs, address const rhs) noexcept |
| |
|
constexpr address | pstore::operator+ (address const lhs, address::value_type const rhs) noexcept |
| |
|
constexpr address | pstore::operator+ (address const lhs, address const rhs) noexcept |
| |
|
constexpr address | pstore::operator| (address const lhs, address::value_type const rhs) noexcept |
| |
|
std::ostream & | pstore::operator<< (std::ostream &os, address const &addr) |
| |
|
template<typename T > |
| constexpr bool | pstore::operator> (typed_address< T > lhs, typed_address< T > rhs) noexcept |
| |
|
template<typename T > |
| constexpr bool | pstore::operator>= (typed_address< T > lhs, typed_address< T > rhs) noexcept |
| |
|
template<typename T > |
| constexpr bool | pstore::operator< (typed_address< T > lhs, typed_address< T > rhs) noexcept |
| |
|
template<typename T > |
| constexpr bool | pstore::operator<= (typed_address< T > lhs, typed_address< T > rhs) noexcept |
| |
|
template<typename T > |
| typed_address< T > | pstore::operator- (typed_address< T > const lhs, std::uint64_t const rhs) noexcept |
| |
|
template<typename T > |
| typed_address< T > | pstore::operator+ (typed_address< T > const lhs, std::uint64_t const rhs) noexcept |
| |
|
template<typename T > |
| std::ostream & | pstore::operator<< (std::ostream &os, typed_address< T > const &addr) |
| |
|
template<typename T > |
| constexpr bool | pstore::operator== (extent< T > const &lhs, extent< T > const &rhs) noexcept |
| |
|
template<typename T > |
| constexpr bool | pstore::operator!= (extent< T > const &lhs, extent< T > const &rhs) noexcept |
| |
|
template<typename T > |
| constexpr bool | pstore::operator< (extent< T > const &lhs, extent< T > const &rhs) noexcept |
| |
|
template<typename T > |
| constexpr bool | pstore::operator>= (extent< T > const &lhs, extent< T > const &rhs) noexcept |
| |
|
template<typename T > |
| constexpr bool | pstore::operator> (extent< T > const &lhs, extent< T > const &rhs) noexcept |
| |
|
template<typename T > |
| constexpr bool | pstore::operator<= (extent< T > const &lhs, extent< T > const &rhs) noexcept |
| |
|
template<typename T > |
| std::ostream & | pstore::operator<< (std::ostream &os, extent< T > const &r) |
| |