std::polymorphic<T, Allocator>::valueless_after_move
From cppreference.com
constexpr bool valueless_after_move() const noexcept;
|
(since C++26) | |
Checks whether *this is valueless.
Return value
true if *this is valueless, otherwise false.
Example
| This section is incomplete Reason: no example |