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