Searched defs:nullopt_t (Results 1 – 5 of 5) sorted by relevance
35 struct nullopt_t { struct36 constexpr explicit nullopt_t(int) {} in nullopt_t() function
22 struct nullopt_t { struct23 constexpr explicit nullopt_t(int) {} in nullopt_t() argument
25 struct nullopt_t { struct26 constexpr explicit nullopt_t(int) {} in nullopt_t() function
20 struct nullopt_t { struct21 constexpr explicit nullopt_t(int) {} in nullopt_t() function
250 struct nullopt_t struct252 struct init{};253 constexpr explicit nullopt_t(init){} in nullopt_t() argument401 constexpr optional(nullopt_t) noexcept : OptionalBase<T>() {}; in optional() argument437 optional& operator=(nullopt_t) noexcept in operator =() argument615 constexpr optional(nullopt_t) noexcept : ref(nullptr) {} in optional() argument630 optional& operator=(nullopt_t) noexcept { in operator =() argument743 template <class T> constexpr bool operator==(const optional<T>& x, nullopt_t) noexcept in operator ==() argument748 template <class T> constexpr bool operator==(nullopt_t, const optional<T>& x) noexcept in operator ==() argument753 template <class T> constexpr bool operator!=(const optional<T>& x, nullopt_t) noexcept in operator !=() argument[all …]