|
inlinenoexcept |
Access the contained object.
| _ValueType | The type of the contained object. |
| __any | A pointer to the object to access. |
__any != nullptr && __any.type() == typeid(_ValueType)
, otherwise a null pointer. Definition at line 472 of file experimental/any.