std::polymorphic<T, Allocator>::valueless_after_move
From cppreference.net
< cpp | memory | polymorphic
C++
Memory management library
|
|
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 |