Any constructor
- Object value
Encapsulates a tangible value strictly inside the container.
Implementation
Any(Object value) : _value = value, _hasValue = true;
Encapsulates a tangible value strictly inside the container.
Any(Object value) : _value = value, _hasValue = true;