Searched refs:NulloptT (Results 1 – 1 of 1) sorted by relevance
133 struct NulloptT { struct134 constexpr explicit NulloptT(int) {} in NulloptT() function143 constexpr NulloptT kNullopt{1};184 static_assert(!std::is_same<typename std::decay<T>::type, NulloptT>::value,193 constexpr Optional(NulloptT) {} in Optional() argument488 bool operator==(const Optional<T>& l, NulloptT) {492 bool operator==(NulloptT, const Optional<T>& r) {509 bool operator!=(const Optional<T>& l, NulloptT) {513 bool operator!=(NulloptT, const Optional<T>& r) {530 bool operator<(const Optional<T>&, NulloptT) {[all …]