class bad_variant_access : public exception { public: bad_variant_access() noexcept; const char* what() const noexcept override; };
Objects of type bad_variant_access are thrown to report invalid accesses to the value of a variant object.
bad_variant_access() noexcept;
Constructs a bad_variant_access object.
const char* what() const noexcept override;
Returns: An implementation-defined ntbs.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4