Lines Matching refs:RELEASE
56 static constexpr bool RELEASE = true;
58 static constexpr bool RELEASE = false;
87 const E &Error() const &noexcept(ExpectedConfig::RELEASE)
92 E &Error() & noexcept(ExpectedConfig::RELEASE)
97 E &&Error() && noexcept(ExpectedConfig::RELEASE)
103 const T &Value() const &noexcept(ExpectedConfig::RELEASE)
110 T &Value() & noexcept(ExpectedConfig::RELEASE)
115 T &&Value() && noexcept(ExpectedConfig::RELEASE)
120 const T &operator*() const &noexcept(ExpectedConfig::RELEASE)
124 T &operator*() & noexcept(ExpectedConfig::RELEASE)
128 T &&operator*() && noexcept(ExpectedConfig::RELEASE)