Library: Foundation
Package: Core
Header: Poco/Any.h
Direct Base Classes: Placeholder
All Base Classes: Placeholder
Inherited Functions: clone, type
Holder(
const ValueType & value
);
virtual Placeholder * clone() const;
See also: Poco::Any::Placeholder::clone()
virtual const std::type_info & type() const;
See also: Poco::Any::Placeholder::type()
ValueType _held;