Namespaces
Variants

std::experimental::any:: empty

From cppreference.net
bool empty ( ) const noexcept ;
(라이브러리 fundamentals TS)

객체가 값을 포함하는지 여부를 확인합니다.

매개변수

(없음)

반환값

true 인스턴스가 비어 있는 경우, 그렇지 않으면 false 입니다.