Init
This commit is contained in:
22
cppdraft/expected/bad/void.md
Normal file
22
cppdraft/expected/bad/void.md
Normal file
@@ -0,0 +1,22 @@
|
||||
[expected.bad.void]
|
||||
|
||||
# 22 General utilities library [[utilities]](./#utilities)
|
||||
|
||||
## 22.8 Expected objects [[expected]](expected#bad.void)
|
||||
|
||||
### 22.8.5 Class template specialization bad_expected_access<void> [expected.bad.void]
|
||||
|
||||
namespace std {template<>class bad_expected_access<void> : public exception {protected:constexpr bad_expected_access() noexcept; constexpr bad_expected_access(const bad_expected_access&) noexcept; constexpr bad_expected_access(bad_expected_access&&) noexcept; constexpr bad_expected_access& operator=(const bad_expected_access&) noexcept; constexpr bad_expected_access& operator=(bad_expected_access&&) noexcept; constexpr ~bad_expected_access(); public:constexpr const char* what() const noexcept override; };}
|
||||
|
||||
[ð](#lib:what,bad_expected_access)
|
||||
|
||||
`constexpr const char* what() const noexcept override;
|
||||
`
|
||||
|
||||
[1](#1)
|
||||
|
||||
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/utilities.tex#L7998)
|
||||
|
||||
*Returns*: An implementation-defined ntbs,
|
||||
which during constant evaluation is encoded with
|
||||
the ordinary literal encoding ([[lex.ccon]](lex.ccon "5.13.3 Character literals"))[.](#1.sentence-1)
|
||||
Reference in New Issue
Block a user