std::polymorphic<T, Allocator>::valueless_after_move
From cppreference.com
< cpp | memory | polymorphic
C++
Memory management library
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
std::polymorphic
| Member functions | ||||
| Observers | ||||
polymorphic::valueless_after_move | ||||
| Modifiers | ||||
| Non-member functions | ||||
| constexpr bool valueless_after_move() const noexcept; |
(since C++26) | |
Checks whether *this is valueless.
[edit] Return value
true if *this is valueless, otherwise false.
[edit] Example
| This section is incomplete Reason: no example |