Any constructor

Any(
  1. Object value
)

Encapsulates a tangible value strictly inside the container.

Implementation

Any(Object value) : _value = value, _hasValue = true;