std::experimental::any::empty
< cpp | experimental | any
|
bool empty() const noexcept;
|
(library fundamentals TS) | |
Checks whether the object contains a value.
Parameters
(none)
Return value
true if instance is empty, otherwise false.
|
bool empty() const noexcept;
|
(library fundamentals TS) | |
Checks whether the object contains a value.
(none)
true if instance is empty, otherwise false.