Searched defs:Nothing_T (Results 1 – 1 of 1) sorted by relevance
32 struct Nothing_T struct34 explicit constexpr Nothing_T(int) in Nothing_T() function102 Maybe<T>::Maybe(const Nothing_T &) : m_ptr(nullptr) in Maybe()