Searched defs:kErrTag (Results 1 – 2 of 2) sorted by relevance
182 constexpr explicit ExpectedImpl(decltype(kErrTag), Args&&... args) noexcept in ExpectedImpl()186 constexpr explicit ExpectedImpl(decltype(kErrTag), in ExpectedImpl()
646 static constexpr auto kErrTag = Impl::kErrTag; variable929 static constexpr auto kErrTag = Impl::kErrTag; in requires() local