|
| template<typename _Tp , enable_if_t<!_Has_addressof< _Tp >::value, int > ...> |
| constexpr _Tp * | std::experimental::fundamentals_v1::__constexpr_addressof (_Tp &__t) |
| |
| template<typename _Tp , enable_if_t< _Has_addressof< _Tp >::value, int > ...> |
| _Tp * | std::experimental::fundamentals_v1::__constexpr_addressof (_Tp &__t) |
| |
|
void | std::experimental::fundamentals_v1::__throw_bad_optional_access (const char *) __attribute__((__noreturn__)) |
| |
|
template<typename _Tp > |
| constexpr optional< decay_t< _Tp > > | std::experimental::fundamentals_v1::make_optional (_Tp &&__t) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator!= (const optional< _Tp > &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator!= (const optional< _Tp > &__lhs, nullopt_t) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator!= (nullopt_t, const optional< _Tp > &__rhs) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator!= (const optional< _Tp > &__lhs, _Tp const &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator!= (const _Tp &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator< (const optional< _Tp > &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator< (const optional< _Tp > &, nullopt_t) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator< (nullopt_t, const optional< _Tp > &__rhs) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator< (const optional< _Tp > &__lhs, const _Tp &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator< (const _Tp &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator<= (const optional< _Tp > &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator<= (const optional< _Tp > &__lhs, nullopt_t) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator<= (nullopt_t, const optional< _Tp > &) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator<= (const optional< _Tp > &__lhs, const _Tp &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator<= (const _Tp &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator== (const optional< _Tp > &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator== (const optional< _Tp > &__lhs, nullopt_t) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator== (nullopt_t, const optional< _Tp > &__rhs) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator== (const optional< _Tp > &__lhs, const _Tp &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator== (const _Tp &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator> (const optional< _Tp > &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator> (const optional< _Tp > &__lhs, nullopt_t) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator> (nullopt_t, const optional< _Tp > &) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator> (const optional< _Tp > &__lhs, const _Tp &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator> (const _Tp &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator>= (const optional< _Tp > &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator>= (const optional< _Tp > &, nullopt_t) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator>= (nullopt_t, const optional< _Tp > &__rhs) noexcept |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator>= (const optional< _Tp > &__lhs, const _Tp &__rhs) |
| |
|
template<typename _Tp > |
| constexpr bool | std::experimental::fundamentals_v1::operator>= (const _Tp &__lhs, const optional< _Tp > &__rhs) |
| |
|
template<typename _Tp > |
| void | std::experimental::fundamentals_v1::swap (optional< _Tp > &__lhs, optional< _Tp > &__rhs) noexcept(noexcept(__lhs.swap(__rhs))) |
| |
This is a TS C++ Library header.
Definition in file optional.