std::any:: reset
From cppreference.com
C++
Utilities library
|
|
void
reset
(
)
noexcept
;
|
(since C++17) | |
If * this contains a value, destroys the contained value.
* this does not contain a value after this call.
Parameters
(none)
Return value
(none)
Example
Run this code
See also
checks if object holds a value
(public member function) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/utility/any/reset&oldid=175522
"