Scroll to navigation

std::experimental::any::empty(3) C++ Standard Libary std::experimental::any::empty(3)

NAME

std::experimental::any::empty - std::experimental::any::empty

Synopsis


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.

2022.07.31 http://cppreference.com