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